public EmployeeWithEntityFramwork.BankIdService.OrderResponseType Sign(EmployeeWithEntityFramwork.BankIdService.SignRequestType SignRequest1)
 {
     EmployeeWithEntityFramwork.BankIdService.SignRequest inValue = new EmployeeWithEntityFramwork.BankIdService.SignRequest();
     inValue.SignRequest1 = SignRequest1;
     EmployeeWithEntityFramwork.BankIdService.SignResponse retVal = ((EmployeeWithEntityFramwork.BankIdService.RpServicePortType)(this)).Sign(inValue);
     return(retVal.SignResponse1);
 }
 public System.Threading.Tasks.Task <EmployeeWithEntityFramwork.BankIdService.SignResponse> SignAsync(EmployeeWithEntityFramwork.BankIdService.SignRequestType SignRequest1)
 {
     EmployeeWithEntityFramwork.BankIdService.SignRequest inValue = new EmployeeWithEntityFramwork.BankIdService.SignRequest();
     inValue.SignRequest1 = SignRequest1;
     return(((EmployeeWithEntityFramwork.BankIdService.RpServicePortType)(this)).SignAsync(inValue));
 }
 System.Threading.Tasks.Task <EmployeeWithEntityFramwork.BankIdService.SignResponse> EmployeeWithEntityFramwork.BankIdService.RpServicePortType.SignAsync(EmployeeWithEntityFramwork.BankIdService.SignRequest request)
 {
     return(base.Channel.SignAsync(request));
 }
 EmployeeWithEntityFramwork.BankIdService.SignResponse EmployeeWithEntityFramwork.BankIdService.RpServicePortType.Sign(EmployeeWithEntityFramwork.BankIdService.SignRequest request)
 {
     return(base.Channel.Sign(request));
 }