public void IncrementItemScore(string value, double incrementByScore) { client.IncrementItemInSortedSet(setId, value, incrementByScore); }