public System.Threading.Tasks.Task <MailId.getMandatorIdResponse> getMandatorIdAsync(string in0, string in1)
 {
     MailId.getMandatorIdRequest inValue = new MailId.getMandatorIdRequest();
     inValue.Body     = new MailId.getMandatorIdRequestBody();
     inValue.Body.in0 = in0;
     inValue.Body.in1 = in1;
     return(((MailId.MailIdWebservice)(this)).getMandatorIdAsync(inValue));
 }
 System.Threading.Tasks.Task <MailId.getMandatorIdResponse> MailId.MailIdWebservice.getMandatorIdAsync(MailId.getMandatorIdRequest request)
 {
     return(base.Channel.getMandatorIdAsync(request));
 }