messageBus = $queryBus; } public function query(object $query): mixed { return $this->handle($query); } }