export interface Message { path: string; body: T; id: string; error?: any; }