public async Task GetAchievementIdsAsync()
 {
     AssertIds <List <string> >(await repository.GetAchievementsAsync());
 }