public LegacyRetrieveCustomerServiceAccount(RetrieveCustomerAccountSummary rcasClient, IErrorLoggingService errorLoggingService, IGetBillingAccountMappers getBillingAccountMappers, IEnterpriseExceptionHandler enterpriseExceptionHandler)
 {
     _rcasClient = rcasClient;
     _getBillingAccountMappers = getBillingAccountMappers;
     _enterpriseExceptionHandler = enterpriseExceptionHandler;
     _errorLoggingService = errorLoggingService;
 }
 public ConcreteRetrieveCustomerServiceAccount(CustomerInformationInquiry customerInformationInquiry, IErrorLoggingService errorLoggingService, IGetBillingAccountMappers getBillingAccountMappers, IEnterpriseExceptionHandler enterpriseExceptionHandler)
 {
     //_rcasClient = rcasClient;
     _customerInformationInquiry = customerInformationInquiry;
     _getBillingAccountMappers = getBillingAccountMappers;
     _enterpriseExceptionHandler = enterpriseExceptionHandler;
     _errorLoggingService = errorLoggingService;
 }