public void Clear() { Config.UnsetEntry(Key, Section); }
protected virtual bool GetKeyExists() { return(Config.HasEntry(Key, Section)); }