public IPartialMailIIII AndTemplate <T>(string templateFileName, T templateData) { _templateService.If("_templateService").IsNull.ThenThrow(); var body = _templateService.RunCompile(templateFileName, null, templateData); _mail.Body = body; return(this); }