public string CloseNotifications(string NotificationID)
 {
     return(JsonConvert.SerializeObject(context.CloseNotification(NotificationID), Formatting.None));
 }