namespace Core.Settings; public class GeneralConfig { public required Location ApiFolder { init; get; } public required Location GenerationFolder { init; get; } }