private function getEventName(string $eventSuffix) : string
 {
     return sprintf('%s.%s', $this->repository->getAlias(), $eventSuffix);
 }