public static IReadOnlyEntityType?GetClosestCommonParent( [NotNull] this IReadOnlyEntityType entityType1, [NotNull] IReadOnlyEntityType entityType2) => entityType1.FindClosestCommonParent(entityType2);