This config seems to not work correctly for Choice ``` "SingleProportion": 0, "SgpProportion": 100 var Type = ctx.Random.Choice(("single", config.SingleProportion), ("sgp", config.SgpProportion)); ```