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