/**
  */
 public function __construct()
 {
     parent::__construct('phpddd_command.bus', 'PhpDDD\\PhpDDDBundle\\CommandBusAwareInterface', 'setCommandBus');
 }
 /**
  */
 public function __construct()
 {
     parent::__construct('phpddd_event.bus', 'PhpDDD\\PhpDDDBundle\\EventBusAwareInterface', 'setEventBus');
 }