Gets an already defined service definition.
ServiceNotFoundException if the service definition does not exist
public final function get(string $id) : ServiceConfigurator { $this->__destruct(); return $this->parent ->get($id); }