namespace umbraco.editorControls.userControlGrapper { public interface IUsercontrolDataEditor { object value { get; set;} } }