void ExecuteComUpdateListCommand()
 {
     //_eventAggregator.GetEvent<ComListUpdateRequestedEvent>().Publish();
     Task.Run(() => Params.ComSelection.Value = _serialService.UpdateComList());
 }