public void onModule(TransportModule transportModule) {
   transportModule.addTransport("mock", AssertingLocalTransport.class);
 }