protected override void Act()
        {
            SourceModel.RemoveSection("testSection");

            GC.Collect();
        }