argument('article'); $responses = $countryCompareController->makeRequests($article); $prices = $countryCompareController->processResponse($responses,$article); //dd($prices); return 0; } }