public void SortEmptyParentSystem()
        {
            var parent = new TestGroup();

            Assert.DoesNotThrow(() => { parent.SortSystemUpdateList(); });
        }