public void WhenAddCounter_ThenSuccess()
 {
     using (var sut = new GraphiteReporter(new IntegrationEncompassConfig()))
     {
         sut.AddCounter("my-metric", 10);
     }
 }