public async Task <IActionResult> GetVocabularyExercisesByTestId(int id) { return(Ok(await _exerciseManager.GetVocabularyExercisesAsync(id))); }