public async Task <IActionResult> Bookmark(int id) { return(await Do(async() => await _topicService.Bookmark(User.Identity.GetUserId(), id))); }