public void Remove(string sectionName, SettingItem item) { if (CanChangeSettings) { SolutionSettings.Remove(sectionName, item); } }