void CreateViewModelUsingCreatedRecentRepository()
		{
			CreateMachineCache();
			CreateOptions();
			fakeProcess = new FakeProcess();
			CreateViewModel(options);
		}
		void CreateViewModelUsingCreatedRecentRepository()
		{
			CreateMachineCache();
			fakeProcess = new FakeProcess();
			viewModel = new PackageManagementOptionsViewModel(fakeRecentRepository, fakeMachineCache, fakeProcess);			
		}