namespace EnvelopeGenerator.Application.Configurations.GtxMessaging { public class SmsParams { public required string AuthKey { get; init; } } }