public IPropertyMappingValue GetPropertyMappingValue() => EntityExtensions.GetPropertyMappingValue <TEntity, TEntityDto>(_name);
 public static IPropertyMappingValue GetPropertyMappingValue <TEntity, TEntityDto>(string name) where TEntity : class, IRowVersion where TEntityDto : class, IEntityDto => EntityExtensions.GetPropertyMappingValue <TEntity, TEntityDto>(name);