public function get($key = null, $default = null)
 {
     return $this->session->getValueForSection($this->name, $key, $default);
 }