namespace Bitvault; public record Item { public int Id { get; init; } public string? Name { get; init; } }