public async Task <IActionResult> Accept([FromRoute] Guid id) { await _articleService.AcceptAsync(id); return(NoContent()); }