public void RemoveEntry(ConfigEntry entry) { Entries.Remove(entry); }
public void AddEntry(ConfigEntry entry) { Entries.Add(entry); }