public function getDestinations(string $city)
    {
        $response = $this->dataProvider->getSpecialCollection('destinations/'.$city);
        if ($response->getCode() >=200 && $response->getCode() <= 300) {
            $origin = $city;