/**
  *
  * @param string $name
  */
 public function removeService($name)
 {
     $this->serviceProvider->remove($name);
 }