namespace EnvelopeGenerator.Application.Contracts { public interface IMessagingService { public Task SendSmsAsync(string recipient, string message); } }