StoreValue sv = new StoreValue.Builder(o).withLocation(loc).build();
client.execute(sv);
}
MultiFetch mf = new MultiFetch.Builder().addLocations(locations).build();
MultiFetch.Response mfr = client.execute(mf);
assertEquals(locations.size(), mfr.getResponses().size());