/**
  *
  * @param  string $name
  * @return boolean
  */
 public function hasService($name)
 {
     return $this->serviceProvider->has($name);
 }