created.blank.put("c2", new Contained("im the second", 84));
created.initialised.put(45l, new Contained("dated one", 32));
created.initialised.put(67l, new Contained("dated today", 18));
AnnotationObjectDatastore datastore = new AnnotationObjectDatastore();
Key key = datastore.store(created);
datastore.disassociateAll();
Object loaded = datastore.load(key);