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