public static string DisplayName([NotNull] this ITypeBase type)
 => type.FullName() + (type is IEntityType entityType && entityType.HasSharedClrType
 public static string DisplayName([NotNull] this ITypeBase type)
 => type.FullName();