public void RegisterView(Web.PathData data) { if (data.IsEmpty()) return; var bucket = buckets.GetOrAdd(data.ID, CreateBucket); bucket.Increment(); }