public Indexer(SingletonFeatureFlock flock)
 {
     Contracts.AssertValue(flock);
     _flock   = flock;
     _indexer = _flock.GetIndexer(0);
 }