orderbookModel = new OrderbookModel(); } public function getOrderbookForPayment(int $orderbookId): ?array { return $this->orderbookModel->findByIdWithToken($orderbookId); } }