ds NotificationDB { storageQualifier() { return "MemoryNotification"; } async load() { this.loaded = true; } async createStore() {} async createFile() {} async save() {} } new MemoryNotificationDB(); PK