namespace EnvelopeGenerator.Infrastructure; public class SQLExecutorParams { public string? ConnectionString { get; set; } }