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