public acknowledgeNotificationResponse acknowledgeNotification(acknowledgeNotification acknowledgeNotification1)
        {
            acknowledgeNotificationRequest1 inValue = new acknowledgeNotificationRequest1();

            inValue.acknowledgeNotification = acknowledgeNotification1;
            acknowledgeNotificationResponse1 retVal = ((AcknowledgeNotificationService)(this)).acknowledgeNotification(inValue);

            return(retVal.acknowledgeNotificationResponse);
        }
        public System.Threading.Tasks.Task <acknowledgeNotificationResponse1> acknowledgeNotificationAsync(acknowledgeNotification acknowledgeNotification)
        {
            acknowledgeNotificationRequest1 inValue = new acknowledgeNotificationRequest1();

            inValue.acknowledgeNotification = acknowledgeNotification;
            return(((AcknowledgeNotificationService)(this)).acknowledgeNotificationAsync(inValue));
        }
 public acknowledgeNotificationRequest1(acknowledgeNotification acknowledgeNotification)
 {
     this.acknowledgeNotification = acknowledgeNotification;
 }