string GetGrowthDescription(GameEntity p) { var growth = Marketing.GetBrandBasedAudienceGrowth(p, Q); return($"{p.company.Name} (): +{Format.Minify(growth)} users"); }