pub fn get_with_default(name: &str, default: &str) -> String
Get a value of the property. If the property is not found, it returns the default value. If an error occurs, it returns the default value.