namespace Novelly.Api.Imports; public class ImportOptions { public const string SectionName = "Imports"; public string? RootPath { get; set; } }