public function getSession($create = false)
 {
     return $this->request->getSession($create);
 }