public override TValue GetValue <TValue>(IProperty property)
 => InternalEntry.GetCurrentValue <TValue>(InternalEntry.EntityType.CheckPropertyBelongsToType(property));
 public override TValue GetValue <TValue>(string propertyName)
 => InternalEntry.GetCurrentValue <TValue>(InternalEntry.EntityType.GetProperty(propertyName));