public void Dispose()
 {
     _collection = null;
 }
 internal LazyEnumerator(CacheEnumerable <TT> collection)
 {
     _collection = collection;
 }