public async Task <IActionResult> List() { var certificates = await _store.GetAll(); return(View(certificates)); }