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