public async Task <IActionResult> List() { var result = await _service.ListAsync(); return(result.AsActionResult()); }