public System.Threading.Tasks.Task <TestNowCertsAPI.NcAuthenticationService.AuthenticationData> GetTokenAsync(TestNowCertsAPI.NcAuthenticationService.LoginData loginData)
 {
     return(base.Channel.GetTokenAsync(loginData));
 }
 public TestNowCertsAPI.NcAuthenticationService.AuthenticationData GetToken(TestNowCertsAPI.NcAuthenticationService.LoginData loginData)
 {
     return(base.Channel.GetToken(loginData));
 }