Inheritance: ReactiveUI.ReactiveObject
 public LauncherForm()
 {
     InitializeComponent();
     DataContext = new LauncherFormViewModel();
 }
 public LauncherForm()
 {
     InitializeComponent();
     DataContext = new LauncherFormViewModel();
 }