private IQuestion GenerateQuestion(int correctCount) { var q = categoryProvider.SpawnCustomObject(currentCategory); return(new CategoryQuestion(q, correctCount)); }