public static string GetKeywordOrTypeName(this IConceptInfo ci)
 {
     return(ci.GetKeyword() ?? ci.GetType().Name);
 }