protected override IEnumerable <KeyValuePair <TKey, TValue> > FindInternal(byte[] key_prefix)
 {
     return(tracker.Find(key_prefix, snapshot));
 }