public override string this[string key, string defaultValue] { get { return(FileData.ContainsKey(key) ? FileData[key] : defaultValue); } }