/**
  *
  * @param  string $name
  * @return object
  */
 public function getService($name)
 {
     return $this->serviceProvider->get($name);
 }