public IEnumerable <DomainNotification> GetNotifications()
 {
     return(_notifications.Notify());
 }