Automatically shut down providers on process completion. If not set, the user is responsible for calling `shutdown`.
public function setAutoShutdown(bool $shutdown) : self { $this->autoShutdown = $shutdown; return $this; }