public decimal RandomMultiplier(IRandomProvider provider) { return(provider.RandomDecimal(0.85M, 1M)); }