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