namespace Bitvault; public interface IItemEntryConfiguration { string? Label { get; set; } object? Value { get; set; } }