public bool TryGetProperty(string key, out Property property) { return(Property.TryGetProperty(key, PropertiesFile, out property)); }