// Initialisation
 public MainViewModel()
 {
     this.SelectedDeviceViewModel = new DeviceViewModel();
     this.SupportedTypes = new List<NamedGuid>(DeviceHelper.GetAllSupportedDeviceTypes());
     this.FoundDevices = new ObservableCollection<DeviceInformation>();
 }
 // Initialisation
 public MainViewModel()
 {
     this.SelectedDeviceViewModel = new DeviceViewModel();
     this.SupportedTypes          = new List <NamedGuid>(DeviceHelper.GetAllSupportedDeviceTypes());
     this.FoundDevices            = new ObservableCollection <DeviceInformation>();
 }