public async Task GetCharacterStats() { var response = await crest.GetCharacterStats(157924121); Assert.IsNotNull(response); }