export interface IMessageViewer {
    MessageOccurred: any;
}
