@override Future<RawEvent> execute(RawEvent event) async { await _state!.ready; await _state!.add(event); return event; }