Whether the event bus is busy
@override Stream<bool> get isBusy$ => _inProgress.map((event) => event.isNotEmpty);