public ISmtpClient CreateClient(ISmtpService smtpService) { return(smtpService.CreateClient(_username, _password)); }