public void Should_return_valid_target_list()
            {
                // TODO: Should be 2 once synchronize is fixed to use Where instead of Except
                // See https://tracker.ed-fi.org/browse/ODS-900
                TargetList.Count.ShouldBe(1);

                TargetList.All(ti => ti == Object1)
                .ShouldBeTrue();
            }