public void whenGettingAShooter(string firstName, string lastName, int id) { testContext = testContext.newParticipant(id, firstName, lastName); }
public ParticipantTestSteps(ParticipantTestSharedContext sharedTestContext) { testContext = sharedTestContext; }