public void GetCards() { List <Card> cards = mtgStore.GetCards().Result; Assert.Greater(cards.Count, 1); }