*/
@SuppressWarnings("unchecked")
private boolean loadFromDatastore () {
try {
ObjectDatastore datastore = new AnnotationObjectDatastore();
KeyValue entity = datastore.load(KeyValue.class, getAgentId());
@SuppressWarnings("rawtypes")
Class<? extends HashMap> MAP_OBJECT_CLASS =
(new HashMap<String, Serializable>()).getClass();