public INotification Get(string id)
 {
     return(_system.GetNotification(id));
 }