Get state keys for a namespace
static List<String> getStateKeysForNamespace(String namespace) { return store.getStateKeysForNamespace(namespace); }