public float CspaCost(SsoToken token, IList <int> characters)
 {
     return(_internalLatestCharacter.CspaCost(token, characters));
 }