in src/managers/epic-manager.ts [33:37]
public close(): void { for (const { subscription } of this.subscriptions) { subscription.unsubscribe(); } }