public RecurringPaymentManager(IRecurringPaymentService recurringPaymentService, IPaymentService paymentService) { this.recurringPaymentService = recurringPaymentService; this.paymentService = paymentService; }