public EmployeeWithEntityFramwork.BankIdService.OrderResponseType FileSign(EmployeeWithEntityFramwork.BankIdService.FileSignRequestType FileSignRequest1)
 {
     EmployeeWithEntityFramwork.BankIdService.FileSignRequest inValue = new EmployeeWithEntityFramwork.BankIdService.FileSignRequest();
     inValue.FileSignRequest1 = FileSignRequest1;
     EmployeeWithEntityFramwork.BankIdService.FileSignResponse retVal = ((EmployeeWithEntityFramwork.BankIdService.RpServicePortType)(this)).FileSign(inValue);
     return(retVal.FileSignResponse1);
 }
 public FileSignRequest(EmployeeWithEntityFramwork.BankIdService.FileSignRequestType FileSignRequest1)
 {
     this.FileSignRequest1 = FileSignRequest1;
 }
 public System.Threading.Tasks.Task <EmployeeWithEntityFramwork.BankIdService.FileSignResponse> FileSignAsync(EmployeeWithEntityFramwork.BankIdService.FileSignRequestType FileSignRequest1)
 {
     EmployeeWithEntityFramwork.BankIdService.FileSignRequest inValue = new EmployeeWithEntityFramwork.BankIdService.FileSignRequest();
     inValue.FileSignRequest1 = FileSignRequest1;
     return(((EmployeeWithEntityFramwork.BankIdService.RpServicePortType)(this)).FileSignAsync(inValue));
 }