export interface IncomingCommandBase { messageId: string; command: string; }