public IActionResult BuscarNoticiaTitulo(string titulo) { var resultado = _noticiaService.BuscarNoticiaTitulo(titulo); return(Ok(resultado)); }