public async Task <IActionResult> Delete(Guid id, CancellationToken ct) { await _scenarioService.DeleteAsync(id, ct); return(NoContent()); }