function HarMessage(id, text, audioUrl) {

    this.id = id;
    this.text = text;
    this.audioUrl = audioUrl;
}



