public ContactController(ILoggingService logger, IContactPageHandler handler, IEmailService mailer)
     : base(logger)
 {
     _handler = handler;
     _mailer = mailer;
 }
 public ContactController(ILoggingService logger, IContactPageHandler handler, IEmailService mailer)
     : base(logger)
 {
     _handler = handler;
     _mailer  = mailer;
 }