Theory methods cannot have a parameter array
In versions of xUnit.net prior to 2.2.0, [Theory] methods did not support params arrays.
[Theory]
params
To fix a violation of this rule, upgrade to xUnit.net 2.2.0 or later.