Ejemplo n.º 1
0
 public MetricBuilder WithData(string key, object value)
 {
     _metric.AddData(key, value);
     return(this);
 }