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 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));
 }
 System.Threading.Tasks.Task <EmployeeWithEntityFramwork.BankIdService.FileSignResponse> EmployeeWithEntityFramwork.BankIdService.RpServicePortType.FileSignAsync(EmployeeWithEntityFramwork.BankIdService.FileSignRequest request)
 {
     return(base.Channel.FileSignAsync(request));
 }
 EmployeeWithEntityFramwork.BankIdService.FileSignResponse EmployeeWithEntityFramwork.BankIdService.RpServicePortType.FileSign(EmployeeWithEntityFramwork.BankIdService.FileSignRequest request)
 {
     return(base.Channel.FileSign(request));
 }