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