public IActionResult Publish(string id) { _ideaService.PublishAsync(id); return(RedirectToAction(nameof(Details), new { id })); }