//TODO find a way to test this
 private FakeDataBaseCustomerAccountService CreateDefaultFakeDataBaseCustomerAccountService()
 {
     var customerAccountService = new FakeDataBaseCustomerAccountService(mapper);
     return customerAccountService;
 }
        //TODO find a way to test this


        private FakeDataBaseCustomerAccountService CreateDefaultFakeDataBaseCustomerAccountService()
        {
            var customerAccountService = new FakeDataBaseCustomerAccountService(mapper);

            return(customerAccountService);
        }