Say I have a test:
[Theory] [InlineData("one")] [InlineData("two")] public void ShouldSelectSingleTheoryFromDotnetTest(string s) {