public int CountSpecific(CounterType counterType) { return(_counters.Count(x => x.Type == counterType)); }