override suspend fun searchForeignRestaurant(query: ForeignRestaurantRequestQuery): ForeignRestaurantSearchResponse {
        return callApi("$host$foreignRestaurantSearchPath", query)
    }