public static Config DeserializeString(string xmlString) { return((Config)BaseConfig.DeserializeString(typeof(Config), xmlString)); }