public async Task <ActionResult> GetNotApprovedNews(int page = 1) { var result = await moderatorService.NotApproovedNews(page); return(Ok(result)); }