public LU_SYSA14_2020_PartOne.ServiceReferenceWSTwo.Product[] DisplayAllProducts()
 {
     LU_SYSA14_2020_PartOne.ServiceReferenceWSTwo.DisplayAllProductsRequest inValue = new LU_SYSA14_2020_PartOne.ServiceReferenceWSTwo.DisplayAllProductsRequest();
     inValue.Body = new LU_SYSA14_2020_PartOne.ServiceReferenceWSTwo.DisplayAllProductsRequestBody();
     LU_SYSA14_2020_PartOne.ServiceReferenceWSTwo.DisplayAllProductsResponse retVal = ((LU_SYSA14_2020_PartOne.ServiceReferenceWSTwo.AWebServiceToHandleDBSoap)(this)).DisplayAllProducts(inValue);
     return(retVal.Body.DisplayAllProductsResult);
 }
 public System.Threading.Tasks.Task <LU_SYSA14_2020_PartOne.ServiceReferenceWSTwo.DisplayAllProductsResponse> DisplayAllProductsAsync()
 {
     LU_SYSA14_2020_PartOne.ServiceReferenceWSTwo.DisplayAllProductsRequest inValue = new LU_SYSA14_2020_PartOne.ServiceReferenceWSTwo.DisplayAllProductsRequest();
     inValue.Body = new LU_SYSA14_2020_PartOne.ServiceReferenceWSTwo.DisplayAllProductsRequestBody();
     return(((LU_SYSA14_2020_PartOne.ServiceReferenceWSTwo.AWebServiceToHandleDBSoap)(this)).DisplayAllProductsAsync(inValue));
 }
 System.Threading.Tasks.Task <LU_SYSA14_2020_PartOne.ServiceReferenceWSTwo.DisplayAllProductsResponse> LU_SYSA14_2020_PartOne.ServiceReferenceWSTwo.AWebServiceToHandleDBSoap.DisplayAllProductsAsync(LU_SYSA14_2020_PartOne.ServiceReferenceWSTwo.DisplayAllProductsRequest request)
 {
     return(base.Channel.DisplayAllProductsAsync(request));
 }
 LU_SYSA14_2020_PartOne.ServiceReferenceWSTwo.DisplayAllProductsResponse LU_SYSA14_2020_PartOne.ServiceReferenceWSTwo.AWebServiceToHandleDBSoap.DisplayAllProducts(LU_SYSA14_2020_PartOne.ServiceReferenceWSTwo.DisplayAllProductsRequest request)
 {
     return(base.Channel.DisplayAllProducts(request));
 }