protected function getActingAsPHID(NuanceItem $item)
 {
     $actor_phid = $item->getRequestorPHID();
     if ($actor_phid) {
         return $actor_phid;
     }
     return parent::getActingAsPHID($item);
 }