namespace Toolkit.Foundation; public record ComponentContentConfiguration { // public string ContentRoot { get; set; } = "Local"; public string JsonFileName { get; set; } = "Settings2.json"; }