public string getAllHT()
 {
     LW_18_2_PSD.HTService.getAllHTRequest inValue = new LW_18_2_PSD.HTService.getAllHTRequest();
     inValue.Body = new LW_18_2_PSD.HTService.getAllHTRequestBody();
     LW_18_2_PSD.HTService.getAllHTResponse retVal = ((LW_18_2_PSD.HTService.HTControllerSoap)(this)).getAllHT(inValue);
     return(retVal.Body.getAllHTResult);
 }
 public System.Threading.Tasks.Task <LW_18_2_PSD.HTService.getAllHTResponse> getAllHTAsync()
 {
     LW_18_2_PSD.HTService.getAllHTRequest inValue = new LW_18_2_PSD.HTService.getAllHTRequest();
     inValue.Body = new LW_18_2_PSD.HTService.getAllHTRequestBody();
     return(((LW_18_2_PSD.HTService.HTControllerSoap)(this)).getAllHTAsync(inValue));
 }
 System.Threading.Tasks.Task <LW_18_2_PSD.HTService.getAllHTResponse> LW_18_2_PSD.HTService.HTControllerSoap.getAllHTAsync(LW_18_2_PSD.HTService.getAllHTRequest request)
 {
     return(base.Channel.getAllHTAsync(request));
 }
 LW_18_2_PSD.HTService.getAllHTResponse LW_18_2_PSD.HTService.HTControllerSoap.getAllHT(LW_18_2_PSD.HTService.getAllHTRequest request)
 {
     return(base.Channel.getAllHT(request));
 }