public T PopItemWithHighestScore()
 {
     return(client.PopItemWithHighestScoreFromSortedSet(this));
 }