/**
  * @param string $service
  * @return string
  * @throws \BadMethodCallException
  */
 protected function detectClass($service)
 {
     return DefinitionLoader::getClassName($service, $this);
 }