public CustomerService(ISendEmail emailSender, ICustomerRepository customerRepository, IProvideNewGuids guidProvider)
 {
     this.emailSender        = emailSender;
     this.customerRepository = customerRepository;
     this.guidProvider       = guidProvider;
 }
 public CustomerService(ISendEmail emailSender, ICustomerRepository customerRepository, IProvideNewGuids guidProvider)
 {
     this.emailSender = emailSender;
     this.customerRepository = customerRepository;
     this.guidProvider = guidProvider;
 }