public void GetAllChampionsMasteryEntriesAsync_Test() { const long lucianId = 236; var allChampionsMastery = api.GetAllChampionsMasteryEntriesAsync(Platform.NA1, id).Result; Assert.IsNotNull(allChampionsMastery); Assert.IsNotNull(allChampionsMastery.Find(championMastery => championMastery.ChampionId == lucianId)); }