export interface IMessage{ requestId:string; module:string; action:string; browserId?:string; args?:string; tag?:string; }