protected override void ProcessNotification(NotificationProvider notificationProvider, Item item)
 {
     notificationProvider.GetNotifications(item).ToList().ForEach(WriteNotification);
 }