namespace Bitvault; public record ItemHeaderConfiguration { public string Name { get; init; } = ""; }