public DSRef(Reference reference) {
   this.key = reference.getKey();
   this.store = reference.getStore();
 }