How can I access the item at a specified index (position) in a SortedSet?
Unlike SortedList, SortedSet does not offer an Item property.
(Also, unlike SortedList, SortedSet enforces each of its members to be unique. That is, a SortedSet is guaranteed not to contain duplicates.)