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