public System.Threading.Tasks.Task <LW_18_2_PSD.ShoesService.doGetByIDResponse> doGetByIDAsync(int id)
 {
     LW_18_2_PSD.ShoesService.doGetByIDRequest inValue = new LW_18_2_PSD.ShoesService.doGetByIDRequest();
     inValue.Body    = new LW_18_2_PSD.ShoesService.doGetByIDRequestBody();
     inValue.Body.id = id;
     return(((LW_18_2_PSD.ShoesService.ShoesControllerSoap)(this)).doGetByIDAsync(inValue));
 }
 public string doGetByID(int id)
 {
     LW_18_2_PSD.ShoesService.doGetByIDRequest inValue = new LW_18_2_PSD.ShoesService.doGetByIDRequest();
     inValue.Body    = new LW_18_2_PSD.ShoesService.doGetByIDRequestBody();
     inValue.Body.id = id;
     LW_18_2_PSD.ShoesService.doGetByIDResponse retVal = ((LW_18_2_PSD.ShoesService.ShoesControllerSoap)(this)).doGetByID(inValue);
     return(retVal.Body.doGetByIDResult);
 }
 System.Threading.Tasks.Task <LW_18_2_PSD.ShoesService.doGetByIDResponse> LW_18_2_PSD.ShoesService.ShoesControllerSoap.doGetByIDAsync(LW_18_2_PSD.ShoesService.doGetByIDRequest request)
 {
     return(base.Channel.doGetByIDAsync(request));
 }
 LW_18_2_PSD.ShoesService.doGetByIDResponse LW_18_2_PSD.ShoesService.ShoesControllerSoap.doGetByID(LW_18_2_PSD.ShoesService.doGetByIDRequest request)
 {
     return(base.Channel.doGetByID(request));
 }