private void BarButtonLike_Click(object sender, RoutedEventArgs e)
 {
     _currentChat.SendLike();
 }