public async Task ReportedStateIsntSetIfNothingHasChanged()
        {
            _module.AcceptChanges();
            var job = CreateJob();
            await job.Run();

            Assert.IsNull(_reportedProperties);
        }