public async Task OnGetAsync([FromServices] NewService newsService) { AllNews = await newsService.GetAllNewsAsync(); }