public IEnumerable <NotificationItem> Get()
 {
     return(_notifications.GetUnsentNotifications());
 }