void SendMessageTappedCommand(object sender, EventArgs e)
 {
     vm.ValidateSendMsg(txtMessage.HtmlText);
 }