public function assertValidClass(IEvent $event)
 {
     return parent::assertValidClass($event) || is_a($event, $this->className);
 }