export interface IGunHookContext { off: () => void; to: { next: (subject: T) => void; }; }