/**
  * @param AlertManagerInterface $alertManager
  */
 public function __construct(AlertManagerInterface $alertManager)
 {
     $this->alerts = $alertManager->getAlerts();
 }