using Amazon.SimpleEmailV2; namespace Sozsoft.Sender.Mail.AmazonSes; public interface IAmazonSesClientFactory { Task GetAmazonSesClient(); }