public void Log(ICounterPayload metric) { _store.AddMetric(metric); }
public void LogMetrics(Metric metric) { _store.AddMetric(metric); }