public async void RetrieveStaticChampionTest()
        {
            ChampionStatic karma = await creepScore.RetrieveChampionData(CreepScore.Region.NA, 43, StaticDataConstants.ChampData.None);

            Assert.Equal("the Enlightened One", karma.title);
        }