public void when_player_two_earns_a_point_score_is_luv_fifteen()
 {
     ClassUnderTest.PointForPlayerTwo();
     ClassUnderTest.CurrentScore.Should().Be("Luv-Fifteen");
 }