public string CurrentCategory_ShouldReturn_RespectiveCategory(int place) { return(_gameQuestions.CurrentCategory(place)); }
private void LogQuestionCategory() { Console.WriteLine("The category is " + _gameQuestions.CurrentCategory(_gamePlayers.CurrentPlayersPlace)); }