/**
  * @param UndoSystemSetUp $command
  */
 public function handle(UndoSystemSetUp $command)
 {
     $this->eventBus->dispatch(ProcessingConfig::removeConfig($command->processingConfigLocation()));
     $this->eventBus->dispatch(EventStoreConfig::undoEventStoreSetUp($command->eventStoreConfigLocation(), $command->sqliteDbFile()));
 }