public async Task <ActionResult> Index() { var contact = await DbAdaptor.GetContactsAsync(); return(View()); }