public EmailSender(IEmailCommandProducer emailCommandProducer)
 {
     _emailCommandProducer = emailCommandProducer;
 }