protected function _actionRender(KCommandContext $context)
 {
     if ($this->_request->routed) {
         return $context->result;
     }
     return parent::_actionRender($context);
 }