public T PopRandomItem()
 {
     return(client.PopItemFromSet(this));
 }