params = $params; } public function handle() { $collector = new CollectorService(); $collector->goCrawler($this->params); } }