override suspend fun getSmallArea(query: AreaRequestQuery): SmallAreaResponse {
        return callApi("$host$smallAreaPath", query)
    }