public GvPaymentAddressService(GvPaymentGatewayConfig config)
 {
     this.config = config;
 }
 public PaymentCallbackController(ILogger <PaymentCallbackController> logger, IPaymentTransactionService paymentsService, GvPaymentGatewayConfig config)
 {
     this.logger         = logger;
     this.paymentService = paymentsService;
     this.config         = config;
 }