public V2CharactersPortrait Portrait(int characterId)
 {
     return(_internalLatestCharacter.Portrait(characterId));
 }