public decimal GetDecimal(string name, decimal defaultValue) { return(CurrProperties.GetDecimal(name, defaultValue)); }