public System.Threading.Tasks.Task <GEMSoapService.ServiceArrResponse> ServiceArrAsync(string username, string password, GEMSoapService.ArrayOfString TINs)
 {
     GEMSoapService.ServiceArrRequest inValue = new GEMSoapService.ServiceArrRequest();
     inValue.Body          = new GEMSoapService.ServiceArrRequestBody();
     inValue.Body.username = username;
     inValue.Body.password = password;
     inValue.Body.TINs     = TINs;
     return(((GEMSoapService.gemserviceRD3Soap)(this)).ServiceArrAsync(inValue));
 }
 public ServiceArrRequestBody(string username, string password, GEMSoapService.ArrayOfString TINs)
 {
     this.username = username;
     this.password = password;
     this.TINs     = TINs;
 }