This interface is for internal use only and should not be used from your own code.
public interface ICommandExecutor { // Public Instance Methods public void Execute(); }