namespace EnvelopeGenerator.ReceiverUI.Options; public class ApiOptions { public const string SectionName = "Api"; public string BaseUrl { get; set; } = string.Empty; public bool ForceToUseFakeDocument { get; set; } = false; }