public EmployeeWithEntityFramwork.BankIdService.OrderResponseType Authenticate(EmployeeWithEntityFramwork.BankIdService.AuthenticateRequestType AuthenticateRequest1)
 {
     EmployeeWithEntityFramwork.BankIdService.AuthenticateRequest inValue = new EmployeeWithEntityFramwork.BankIdService.AuthenticateRequest();
     inValue.AuthenticateRequest1 = AuthenticateRequest1;
     EmployeeWithEntityFramwork.BankIdService.AuthenticateResponse retVal = ((EmployeeWithEntityFramwork.BankIdService.RpServicePortType)(this)).Authenticate(inValue);
     return(retVal.AuthResponse);
 }
 public System.Threading.Tasks.Task <EmployeeWithEntityFramwork.BankIdService.AuthenticateResponse> AuthenticateAsync(EmployeeWithEntityFramwork.BankIdService.AuthenticateRequestType AuthenticateRequest1)
 {
     EmployeeWithEntityFramwork.BankIdService.AuthenticateRequest inValue = new EmployeeWithEntityFramwork.BankIdService.AuthenticateRequest();
     inValue.AuthenticateRequest1 = AuthenticateRequest1;
     return(((EmployeeWithEntityFramwork.BankIdService.RpServicePortType)(this)).AuthenticateAsync(inValue));
 }
 EmployeeWithEntityFramwork.BankIdService.AuthenticateResponse EmployeeWithEntityFramwork.BankIdService.RpServicePortType.Authenticate(EmployeeWithEntityFramwork.BankIdService.AuthenticateRequest request)
 {
     return(base.Channel.Authenticate(request));
 }
 System.Threading.Tasks.Task <EmployeeWithEntityFramwork.BankIdService.AuthenticateResponse> EmployeeWithEntityFramwork.BankIdService.RpServicePortType.AuthenticateAsync(EmployeeWithEntityFramwork.BankIdService.AuthenticateRequest request)
 {
     return(base.Channel.AuthenticateAsync(request));
 }