public virtual void Enter(Object @object)
 {
     if (@object == null)
     {
         return;
     }
     _refSet.Add(@object);
 }