export interface IMqttTopicSample { topic: string; payload: string; retained?: boolean; }