namespace Umbraco.Core.Configuration.UmbracoSettings { public interface IViewstateMoverModule { bool Enable { get; } } }