public CounterCategoryInfo(string name, int id) { _cache = new CounterNameInfoCache(id); Name = name; Id = id; }