public async Task <V2CharactersPortrait> PortraitAsync(int characterId)
 {
     return(await _internalLatestCharacter.PortraitAsync(characterId));
 }