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