private void touch() { // C# Touch Example Key userKey = new Key("test", "users", "user1234"); client.Touch(null, userKey); }