public void Setup()
		{
			ErrorReport.IsOkToInteractWithUser = false;

			_helper = new RampArchivingDlgViewModel("Test App", "Test Title", "tst", null,
				SetFilesToArchive, GetFileDescription);
			_helper.AppSpecificFilenameNormalization = CustomFilenameNormalization;
			_filesToAdd = new Dictionary<string, Tuple<IEnumerable<string>, string>>();
		}