public System.Threading.Tasks.Task <BugShooting.Output.InformUp.InformUp.WorkItem.GetVersionResponse> GetVersionAsync(string sUserLoginName, string sUserPassword)
 {
     BugShooting.Output.InformUp.InformUp.WorkItem.GetVersionRequest inValue = new BugShooting.Output.InformUp.InformUp.WorkItem.GetVersionRequest();
     inValue.Body = new BugShooting.Output.InformUp.InformUp.WorkItem.GetVersionRequestBody();
     inValue.Body.sUserLoginName = sUserLoginName;
     inValue.Body.sUserPassword  = sUserPassword;
     return(((BugShooting.Output.InformUp.InformUp.WorkItem.WorkItemSoap)(this)).GetVersionAsync(inValue));
 }
 public string GetVersion(string sUserLoginName, string sUserPassword)
 {
     BugShooting.Output.InformUp.InformUp.WorkItem.GetVersionRequest inValue = new BugShooting.Output.InformUp.InformUp.WorkItem.GetVersionRequest();
     inValue.Body = new BugShooting.Output.InformUp.InformUp.WorkItem.GetVersionRequestBody();
     inValue.Body.sUserLoginName = sUserLoginName;
     inValue.Body.sUserPassword  = sUserPassword;
     BugShooting.Output.InformUp.InformUp.WorkItem.GetVersionResponse retVal = ((BugShooting.Output.InformUp.InformUp.WorkItem.WorkItemSoap)(this)).GetVersion(inValue);
     return(retVal.Body.GetVersionResult);
 }
 System.Threading.Tasks.Task <BugShooting.Output.InformUp.InformUp.WorkItem.GetVersionResponse> BugShooting.Output.InformUp.InformUp.WorkItem.WorkItemSoap.GetVersionAsync(BugShooting.Output.InformUp.InformUp.WorkItem.GetVersionRequest request)
 {
     return(base.Channel.GetVersionAsync(request));
 }
 BugShooting.Output.InformUp.InformUp.WorkItem.GetVersionResponse BugShooting.Output.InformUp.InformUp.WorkItem.WorkItemSoap.GetVersion(BugShooting.Output.InformUp.InformUp.WorkItem.GetVersionRequest request)
 {
     return(base.Channel.GetVersion(request));
 }