public function dispatch(Command $command)
 {
     $this->bus->handle($command);
 }