public bool VerifyOnBehalfOf(SealSignBSSClientTest.BiometricAuthenticationService.BiometricAuthenticationType type, string id, byte[] biometricState, out double score)
 {
     SealSignBSSClientTest.BiometricAuthenticationService.VerifyOnBehalfOfRequest inValue = new SealSignBSSClientTest.BiometricAuthenticationService.VerifyOnBehalfOfRequest();
     inValue.type           = type;
     inValue.id             = id;
     inValue.biometricState = biometricState;
     SealSignBSSClientTest.BiometricAuthenticationService.VerifyOnBehalfOfResponse retVal = ((SealSignBSSClientTest.BiometricAuthenticationService.IBiometricAuthenticationServiceBasic)(this)).VerifyOnBehalfOf(inValue);
     score = retVal.score;
     return(retVal.VerifyOnBehalfOfResult);
 }
 public System.Threading.Tasks.Task <SealSignBSSClientTest.BiometricAuthenticationService.VerifyOnBehalfOfResponse> VerifyOnBehalfOfAsync(SealSignBSSClientTest.BiometricAuthenticationService.VerifyOnBehalfOfRequest request)
 {
     return(base.Channel.VerifyOnBehalfOfAsync(request));
 }
 SealSignBSSClientTest.BiometricAuthenticationService.VerifyOnBehalfOfResponse SealSignBSSClientTest.BiometricAuthenticationService.IBiometricAuthenticationServiceBasic.VerifyOnBehalfOf(SealSignBSSClientTest.BiometricAuthenticationService.VerifyOnBehalfOfRequest request)
 {
     return(base.Channel.VerifyOnBehalfOf(request));
 }