public async void RetrieveMasteryDataTest() { MasteryStatic havoc = await creepScore.RetrieveMasteryData(CreepScore.Region.NA, 4162, StaticDataConstants.MasteryListData.None); Assert.Equal("Havoc", havoc.name); }