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