private void NotifyItemProcessed(WorkerItem item) { Interlocked.Increment(ref _totalProcessedEventCount); _coordinator.Complete(item.Task); }