private async Task GetStateInfo() { var cityId = await GetCityIdByNameAsync("Delhi"); var state = await GetStateNameAsync(cityId); retur