public async Task <IList <V1CharactersMedals> > MedalsAsync(SsoToken token)
 {
     return(await _internalLatestCharacter.MedalsAsync(token));
 }