public void SendQuizQuestionTest()
 {
     ClientConnection target = new ClientConnection(); // TODO: Initialize to an appropriate value
     QuizQuestion qq = null; // TODO: Initialize to an appropriate value
     target.SendQuizQuestion(qq);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }