public LocalOutboundTransport(LocalBus bus) { this.bus = bus; }
public LocalTransportFactory() { this.bus = new LocalBus(); }