public void Before_each()
 {
     _stats = new Statsd(_udp, _randomGenerator, _stopwatch);
     _batch = _stats.CreateBatch();
 }