namespace VberZero.Net.Emailing; public interface IEmailTemplateProvider { string GetDefaultTemplate(int? tenantId); }