in simplestore/src/main/java/com/uber/simplestore/impl/SimpleStoreImpl.java [262:266]
private void requireOpen() { if (available.get() > OPEN) { throw new StoreClosedException(); } }