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