public async Task <JsonResult> SearchCep(string cep) { var response = await _viaCepService.SearchCep(cep); return(Json(response)); }