module->getService(StockDataProvider::class); $response = $this->handleDataSync($stockDataProvider); $this->exitWithResponse($response); } }