/**
  * @param DomainEvent $aDomainEvent
  */
 public function handle($aDomainEvent)
 {
     $this->output->writeln($aDomainEvent->message());
 }