Imagine that I have the static entity BuildingType with records Villa, Office and ParkingLot. If I have an entity with attribute BuildingTypeId, when comparing like:
MyEntity.BuildingTypeId = Entities.StaticEntity.Record
the suggestion default should be BuildingType instead of all other static entities like MenuItem, MenuSubItem, etc.