public async Task <IActionResult> GetPages() { var pages = await _store.GetAsync(CancellationToken); return(Ok(pages)); }