public void MoveTo(T item, IRedisSet <T> toSet)
 {
     client.MoveBetweenSets(this, toSet, item);
 }