if (!filter_var($id, FILTER_VALIDATE_INT)) {
            $id = Utility\LocomotiveUtility::getClassId($id);
        }