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