public AsmxClient.AsmxWorkerService.Worker[] GetAllWorkers()
 {
     AsmxClient.AsmxWorkerService.GetAllWorkersRequest inValue = new AsmxClient.AsmxWorkerService.GetAllWorkersRequest();
     inValue.Body = new AsmxClient.AsmxWorkerService.GetAllWorkersRequestBody();
     AsmxClient.AsmxWorkerService.GetAllWorkersResponse retVal = ((AsmxClient.AsmxWorkerService.AsmxWorkerServiceSoap)(this)).GetAllWorkers(inValue);
     return(retVal.Body.GetAllWorkersResult);
 }
 AsmxClient.AsmxWorkerService.GetAllWorkersResponse AsmxClient.AsmxWorkerService.AsmxWorkerServiceSoap.GetAllWorkers(AsmxClient.AsmxWorkerService.GetAllWorkersRequest request)
 {
     return(base.Channel.GetAllWorkers(request));
 }