public async Task <ActionResult <IEnumerable <Topic> > > GetNewTopics(int page = 1)
 {
     return(await _context.GetNewTopics(page));
 }