public System.Threading.Tasks.Task <MetalogixDemoClient.MetalogixWcfService.GetAllCompaniesResponse> GetAllCompaniesAsync(MetalogixDemoClient.MetalogixWcfService.GetAllCompaniesRequest request)
 {
     return(base.Channel.GetAllCompaniesAsync(request));
 }
 public MetalogixDemoClient.MetalogixWcfService.GetAllCompaniesResponse GetAllCompanies(MetalogixDemoClient.MetalogixWcfService.GetAllCompaniesRequest request)
 {
     return(base.Channel.GetAllCompanies(request));
 }