config = $config; } public function load() : FileManagerService { return new FileManagerService($this->config); } }