public override void OnBind(Java.Lang.Object p0)
        {
            base.OnBind(p0);
            var message = (ChatKitQs.Src.Common.Data.Models.Message)p0;

            tvDuration.Text = FormatUtils.GetDurationString(message.MessageVoice.Duration);
            tvTime.Text     = DateFormatter.Format(message.CreatedAt, DateFormatter.Template.Time);
        }