public async Task <IActionResult> Get(CancellationToken ct) { var list = await _scenarioService.GetAsync(ct); return(Ok(list)); }