public EmailHelper(IWnuhSmtpClient smtpClient) { Guard.ArgumentNotNull(() => smtpClient); this.smtpClient = smtpClient; footerHTML = String.Format(footerHTMLstring, hostEnv); footerTXT = String.Format(footerTXTstring, hostEnv); }