public RunAllTestsCommand(TestsViewModel testsViewModel) { _testsViewModel = testsViewModel; _testsViewModel.PropertyChanged += PropertyChanged; }