public async void RetrieveTeamLeagueEntryTest() { List <string> teamIds = new List <string>(); teamIds.Add("TEAM-60d19ea0-a284-11e3-8849-782bcb4d1861"); Dictionary <string, List <League> > leagueData = await creepScore.RetrieveLeagueEntry(CreepScore.Region.NA, teamIds); Assert.Equal("TEAM-60d19ea0-a284-11e3-8849-782bcb4d1861", leagueData["TEAM-60d19ea0-a284-11e3-8849-782bcb4d1861"][0].entries[0].playerOrTeamId); }