public async Task <IActionResult> Details(string id) { var model = await _metricsService.GetTestResultsByRunId(id); return(View(model)); }