public static string GetExternalNameOrName(ModelNamedElement that) => that.ExternalName ?? that.Name;
 public static string GetName(ModelNamedElement that) => that.Name;