public bool Remove(DomainNotification notification)
 {
     return(_notifications.Remove(notification));
 }
 public void Add(DomainNotification notification)
 {
     _notifications.Add(notification);
 }