public function setActor($actorType, $actorId) {
        if (
            !\is_string($actorType) || !\trim($actorType)
            || !\is_string($actorId)   || !\trim($actorId)
        ) {