Creates a new BasicBus with the given options
BasicBus({List<BusOption>? options}) : _metricsTracer = null { if (options != null) { for (final opt in options) { opt(this); } } }