public async Task OnGetAsync() { var dto = await _service.GetAsync(Id); News = ObjectMapper.Map <NewsDto, UpdateNewsDto>(dto); }