export interface IMessage { topic: string; payload: any; }