namespace Wallet; public record ItemSectionConfiguration { public IList Entries { get; set; } = new List(); }