/**
  * @param $key
  * @return mixed
  */
 public function get($key)
 {
     return $this->config->__get($key);
 }