public void GivenTheInfinitiveIsTheSimplePastIsAndThePastParticipleIs(string p0, string p1, string p2)
        {
            var question = new TestItem(Infinitive: p0, SimplePast: p1, PastParticiple: p2);

            ScenarioContext.Current.Add(testItemKey, question);
        }
        public void GivenTheInfinitiveIs(string p0)
        {
            var question = new TestItem(infinitive: "zijn", simplePast: "was", pastParticiple: "geweest");

            ScenarioContext.Current.Add(testItemKey, question);
        }
		public void GivenTheInfinitiveIs(string p0)
		{
			var question = new TestItem(infinitive: "zijn", simplePast: "was", pastParticiple: "geweest");

			ScenarioContext.Current.Add(testItemKey, question);
		}