private async void OnConnect()
        {
            await _communicationService.ConnectAsync(ServerUri);

            UpdateCommands(false, true, true);
        }