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