public static string ToUpper(string unifiable)
 {
     return(StaticAIMLUtils.ToUpper(unifiable));
 }