void destroy() { super.destroy(); subscriptions.forEach((String key, _QuerySubscription sub) { sub.destroy(); }); }