namespace Wallet; public class ItemHeaderConfiguration { public string? Name { get; set; } public string? Category { get; set; } }