public T PopAndPush(IRedisList <T> toList)
 {
     return(client.PopAndPushItemBetweenLists(this, toList));
 }