namespace SharedLibraryCore.Interfaces; public interface ILookupValue { int Id { get; } TObject Value { get; } }