public EmailService(IOptions <SmtpConfig> smtpConfig, ILogger <EmailService> logger) { _smtpConfig = smtpConfig.Value; _logger = logger; }