return this.getStored().compose(stored -> {
            // dataKey = value, the T must be valid for JsonObject
            stored.put(dataKey, value);
            return this.rapid.write(this.habitus, stored)
                .compose(nil -> Ux.future(value));