protected override void Context()
        {
            var fileSync = new FakeFileSync();
            Gui = new TestInteractionContext();

            BackupRunner = new RunBackup(fileSync, Gui, null, null);

            var appliedChangeEventArgs = new MyAppliedChangeEventArgs();

            BackupRunner.OnAppliedChange(null, appliedChangeEventArgs);
        }