public void Put(JObject Notification)
 {
     _system.UpdateNotification(Helpers.Json.ConvertFromTypedJson <INotification>(Notification.ToString()));
 }