public void SendNotification(string RequestId, string ElementId, PIS.Ground.Infotainment.Journaling.Notification.NotificationIdEnum NotificationId, string Parameter)
 {
     PIS.Ground.Infotainment.Journaling.Notification.SendNotificationRequest inValue = new PIS.Ground.Infotainment.Journaling.Notification.SendNotificationRequest();
     inValue.RequestId = RequestId;
     inValue.ElementId = ElementId;
     inValue.NotificationId = NotificationId;
     inValue.Parameter = Parameter;
     PIS.Ground.Infotainment.Journaling.Notification.SendNotificationResponse retVal = ((PIS.Ground.Infotainment.Journaling.Notification.INotificationGroundService)(this)).SendNotification(inValue);
 }
 PIS.Ground.Infotainment.Journaling.Notification.SendNotificationResponse PIS.Ground.Infotainment.Journaling.Notification.INotificationGroundService.SendNotification(PIS.Ground.Infotainment.Journaling.Notification.SendNotificationRequest request)
 {
     return base.Channel.SendNotification(request);
 }