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