public ItemPropertyEntry Get(int propertyId)
 {
     return(ItemProperties.ElementAtOrDefault(propertyId));
 }