public ClientConditionProxy(String instanceName, ClientLockProxy clientLockProxy, String name, ClientContext ctx) {
super(instanceName, LockService.SERVICE_NAME, clientLockProxy.getName());
this.setContext(ctx);
this.lockProxy = clientLockProxy;
this.namespace = new InternalLockNamespace(lockProxy.getName());
this.conditionId = name;
this.key = toData(lockProxy.getName());
}