public function has($key)
 {
     $this->loadServices();
     return parent::has($key);
 }