public void WhenPlayer2ScoresRuns(int runs)
 {
     _game.Player2Scores(runs);
 }