public System.Threading.Tasks.Task <BillPaymentGroupAssignment.SagicorLifeServices.PaySagicorResponse> PaySagicorAsync(string accNum, decimal amount)
 {
     BillPaymentGroupAssignment.SagicorLifeServices.PaySagicorRequest inValue = new BillPaymentGroupAssignment.SagicorLifeServices.PaySagicorRequest();
     inValue.Body        = new BillPaymentGroupAssignment.SagicorLifeServices.PaySagicorRequestBody();
     inValue.Body.accNum = accNum;
     inValue.Body.amount = amount;
     return(((BillPaymentGroupAssignment.SagicorLifeServices.SagicorLifeConnectSoap)(this)).PaySagicorAsync(inValue));
 }
 public bool PaySagicor(string accNum, decimal amount)
 {
     BillPaymentGroupAssignment.SagicorLifeServices.PaySagicorRequest inValue = new BillPaymentGroupAssignment.SagicorLifeServices.PaySagicorRequest();
     inValue.Body        = new BillPaymentGroupAssignment.SagicorLifeServices.PaySagicorRequestBody();
     inValue.Body.accNum = accNum;
     inValue.Body.amount = amount;
     BillPaymentGroupAssignment.SagicorLifeServices.PaySagicorResponse retVal = ((BillPaymentGroupAssignment.SagicorLifeServices.SagicorLifeConnectSoap)(this)).PaySagicor(inValue);
     return(retVal.Body.PaySagicorResult);
 }
 System.Threading.Tasks.Task <BillPaymentGroupAssignment.SagicorLifeServices.PaySagicorResponse> BillPaymentGroupAssignment.SagicorLifeServices.SagicorLifeConnectSoap.PaySagicorAsync(BillPaymentGroupAssignment.SagicorLifeServices.PaySagicorRequest request)
 {
     return(base.Channel.PaySagicorAsync(request));
 }
 BillPaymentGroupAssignment.SagicorLifeServices.PaySagicorResponse BillPaymentGroupAssignment.SagicorLifeServices.SagicorLifeConnectSoap.PaySagicor(BillPaymentGroupAssignment.SagicorLifeServices.PaySagicorRequest request)
 {
     return(base.Channel.PaySagicor(request));
 }