public static void DecRefCount(uint aObject)
 {
     GC.DecRefCount(aObject);
 }