public bool CheckAndSet(string key, object value, ulong cas)
 {
     return(Execute(() => client.CheckAndSet(key, value, cas)));
 }