package com.siim.sendtopulsar.model.command; public abstract class BaseCommand extends Base { abstract String getMethod(); }