orderStatusSolver = $this->loadService(OrderStatusSolver::class); } public function getOrderStatusHistoryLabel(OrderStatusHistory $orderStatusHistory): string { return $this->orderStatusSolver->getLabel($orderStatusHistory->getOrderStatusAlias()); } }