public bool Includes(EventNotificationDescriptionBase eventNotification)
 {
     return(List.Contains(eventNotification));
 }
 public void Add(EventNotificationDescriptionBase eventNotification)
 {
     List.Add(eventNotification);
 }