public long Increment(string key, uint amount)
 {
     return(Execute(() => client.Increment(key, amount)));
 }