public void Add(T item)
 {
     client.AddItemToSortedSet(this, item);
 }