/**
  * @param Publisher $publisher
  */
 public function registerPublisher(Publisher $publisher)
 {
     $publisher->registerEventBus($this);
 }