public void Disconnect()
 {
     _updater.Disconnect();
     PropertyChanged?.Invoke(this, new PropertyChangedEventArgs("TextBlockDcsConnected"));
 }