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 SignRequest(EmployeeWithEntityFramwork.BankIdService.SignRequestType SignRequest1)
 {
     this.SignRequest1 = SignRequest1;
 }
 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));
 }