public static ConfigurationFile Load(string filePath) { return(FlatFile.ReadFile(filePath).XmlDeserialize <ConfigurationFile>()); }