Get a global store by ID
static Store<T>? getGlobalStore<T>(String id) { return StoreRegistry.instance.getStore<T>(id); }