public bool CustomSettingDropDownValueExists(string name) => SettingsIni.KeyExists(CUSTOM_SETTINGS, $"{name}_SelectedIndex");
public bool CustomSettingCheckBoxValueExists(string name) => SettingsIni.KeyExists(CUSTOM_SETTINGS, $"{name}_Checked");