public void Teardown() { _cache.Dispose(); _cache = null; }
public void Setup() { _cache = new SourceCache <BenchmarkItem, int>(i => i.Id); }