public static bool IsUnknown(object unifiable)
 {
     return(StaticAIMLUtils.IsUnknown(unifiable));
 }