public IActionResult GetComments(int id)
 {
     return(Ok(_authorManager.GetComments(id)));
 }