public BluetoothConnectionConfiguration(IBluetoothSetupView view) { _view = view; _view.ViewModel.PropertyChanges(vm => vm.IsEnabled).Subscribe(_ => OnPropertyChanged("IsEnabled")); }