internal virtual void End()
 {
     timer?.Stop();
     AppModel.RemoveConversation(this);
 }