public async Task <string> UpdateCountryToday(string country)
        {
            await _service.UpdateTodayData(country);

            return("Tarefa realizada com sucesso");
        }