/**
  * @param mixed $data
  * @return mixed
  */
 protected function wrap($data)
 {
     return $this->registry->wrap($data);
 }