public System.Threading.Tasks.Task <string> sendNotificationAsync(Ucommerce.Transactions.Payments.Adyen.Adyen.Test.NotificationSoapService.NotificationRequest notification)
 {
     return(base.Channel.sendNotificationAsync(notification));
 }
 public string sendNotification(Ucommerce.Transactions.Payments.Adyen.Adyen.Test.NotificationSoapService.NotificationRequest notification)
 {
     return(base.Channel.sendNotification(notification));
 }