namespace EnvelopeGenerator.GeneratorAPI.Models; /// /// /// public class ConnectionString { /// /// /// public string Value { get; set; } = string.Empty; }