public static bool IsSomething(Unifiable s, out Unifiable something)
 {
     return(StaticAIMLUtils.IsSomething(s, out something));
 }