class Discharger::SetupRunner::Commands::BaseCommand

def execute

def execute
  raise NotImplementedError, "#{self.class} must implement #execute"
end