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