private void CloseChat()
 {
     CurrentChat.StopLogging();
 }
 public ChatViewModel(CurrentChat currentChat)
 {
     _currentChat = currentChat;
 }