private void CancelCallback() { _userService.Use(service => service.Logout(SessionId)); _chessClient?.Dispose(); _waitViewModel.Waiting = false; }