public static bool IsValue(Unifiable unifiable)
 {
     return(StaticAIMLUtils.IsValue(unifiable));
 }