public static bool HasTypeScript(this EnumModel model)
 {
     return(model.HasStereotype("TypeScript"));
 }