public TokenParserCache(Channel <bool> hitCounterChannel) { this.hitCounterChannel = hitCounterChannel; cacheReaper = Task.Run(() => CacheReaper()); }