public System.Threading.Tasks.Task <ProjectServicesEndpoint.GetAPITokenResponse> GetAPITokenAsync(string loginName, string password)
 {
     ProjectServicesEndpoint.GetAPITokenRequest inValue = new ProjectServicesEndpoint.GetAPITokenRequest();
     inValue.Body           = new ProjectServicesEndpoint.GetAPITokenRequestBody();
     inValue.Body.loginName = loginName;
     inValue.Body.password  = password;
     return(((ProjectServicesEndpoint.API_ProjectServicesSoap)(this)).GetAPITokenAsync(inValue));
 }
 System.Threading.Tasks.Task <ProjectServicesEndpoint.GetAPITokenResponse> ProjectServicesEndpoint.API_ProjectServicesSoap.GetAPITokenAsync(ProjectServicesEndpoint.GetAPITokenRequest request)
 {
     return(base.Channel.GetAPITokenAsync(request));
 }