using Sozsoft.MailQueue.MailGeneration.Models; namespace Sozsoft.MailQueue.FileGeneration; public interface IFileGenerator { Task Generate(MailTemplateTableModel table); }