public function onPresenter(ApplicationPresenterEvent $applicationPresenterEvent)
 {
     $this->authorizationChecker->isGranted('access', new ComponentReflection($applicationPresenterEvent->getPresenter()));
 }