public static bool IsNull(Object unifiable)
 {
     return(StaticAIMLUtils.IsNull(unifiable));
 }