public DefaultMemoryQosCounterStore(ISystemClock clock) { _clock = clock; _ttlTimer = _clock.AddTimer(CleanOldEntries, OldEntriesCleanInterval); }