public static ISet <int> FindPossiblePurchaseTypes(Player player, long spent)
 {
     return(PlayerItemFinderHelpers.FindPossiblePurchaseTypes(player, spent));
 }