public MetricBuilder WithData(string key, object value) { _metric.AddData(key, value); return(this); }