public /*async*/ List <Item> SearchForItems(string searchInput) { GoogleList = GoogleClient.searchApi(searchInput); return(GoogleList); }