public System.Threading.Tasks.Task <notifyResponse> notifyAsync(NotificationDelivery notify)
        {
            notifyRequest inValue = new notifyRequest();

            inValue.notify = notify;
            return(((ServicePortv3)(this)).notifyAsync(inValue));
        }
 System.Threading.Tasks.Task <notifyResponse> ServicePortv3.notifyAsync(notifyRequest request)
 {
     return(base.Channel.notifyAsync(request));
 }