/**
  * @param string $eventFqcn
  * @param string $handlerContainerId
  */
 public function registerEventHandler($eventFqcn, $handlerContainerId)
 {
     $this->messageHandlerRegistry->registerEventHandler($eventFqcn, $handlerContainerId);
 }