public void stopStatsd() {
   if (statsdMockServer != null) {
     statsdMockServer.after();
   }
 }