public async Task <V1CharactersFatigue> FatigueAsync(SsoToken token)
 {
     return(await _internalLatestCharacter.FatigueAsync(token));
 }