To get the value of a private field of an instance in C#:
[code lang=”csharp”]var actualNumberOfWinners = evaluator .GetType() .GetField(“_numberOfWinners”…