public PayMillPaymentProcessor(PayMillPaymentSettings PayMillPaymentSettings,
                                ISettingService settingService, PaymentPayMillController PayMillController, IOrderService OrderService, ICustomerService CustomerService, ILogger logger, ICurrencyService CurrencyService, CurrencySettings CurrencySettings)
 {
     this._PayMillPaymentSettings = PayMillPaymentSettings;
     this._settingService         = settingService;
     this._orderService           = OrderService;
     this._customerService        = CustomerService;
     this._logger           = logger;
     this._currencyService  = CurrencyService;
     this._currencySettings = CurrencySettings;
 }
 public PayMillPaymentProcessor(PayMillPaymentSettings PayMillPaymentSettings,
     ISettingService settingService, PaymentPayMillController PayMillController, IOrderService OrderService, ICustomerService CustomerService, ILogger logger, ICurrencyService CurrencyService, CurrencySettings CurrencySettings)
 {
     this._PayMillPaymentSettings = PayMillPaymentSettings;
     this._settingService = settingService;
     this._orderService = OrderService;
     this._customerService = CustomerService;
     this._logger = logger;
     this._currencyService = CurrencyService;
     this._currencySettings = CurrencySettings;
 }