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 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));
 }
 System.Threading.Tasks.Task <MobileBankIDExample.BankIDService.SignResponse> MobileBankIDExample.BankIDService.RpServicePortType.SignAsync(MobileBankIDExample.BankIDService.SignRequest request)
 {
     return(base.Channel.SignAsync(request));
 }
 MobileBankIDExample.BankIDService.SignResponse MobileBankIDExample.BankIDService.RpServicePortType.Sign(MobileBankIDExample.BankIDService.SignRequest request)
 {
     return(base.Channel.Sign(request));
 }