public static IReadOnlyList <IProperty> FindPrimaryKeyProperties <T>(this DbContext dbContext, T entity)
 => dbContext.FindPrimaryKey(entity).Properties;