protected override void Arrange()
        {
            base.Arrange();

            var section = new ElementWithMultipleElementValidators();

            sectionModel = SectionViewModel.CreateSection(Container, "mock section", section);
        }
        protected override void Arrange()
        {
            base.Arrange();

            var section = new ElementWithMultipleElementValidators();

            sectionModel = SectionViewModel.CreateSection(Container, "mock section", section);
        }