public void Publish(int value) { OnCounter?.Invoke(value); }
public void TriggerCounter(string counter) { OnCounter?.Invoke(this, new CounterProfilingEvent(counter)); }