public Versions(MappingStore store)
 {
     this.store = store;
 }
 public Mapping(MappingStore store)
 {
     this.store = store;
 }