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

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

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

            return(retVal.acknowledgeNotificationResponse);
        }
 System.Threading.Tasks.Task <acknowledgeNotificationResponse1> AcknowledgeNotificationService.acknowledgeNotificationAsync(acknowledgeNotificationRequest1 request)
 {
     return(base.Channel.acknowledgeNotificationAsync(request));
 }
 acknowledgeNotificationResponse1 AcknowledgeNotificationService.acknowledgeNotification(acknowledgeNotificationRequest1 request)
 {
     return(base.Channel.acknowledgeNotification(request));
 }