public ScenarioMethods(IGherkinKeyword context) { this.Conceptual = TestMethod.Public(context); this.Specification = TestMethod.Partial(context); this.Implementation = TestMethod.Where(context); }