FileConfig({required File file, bool autoSave = true, int delay = DELAY_SAVE_MS}) : _file = file, _autoSave = autoSave, _delay = delay { load(); }