public async System.Threading.Tasks.Task DeleteTestAsync(int id)
 {
     await _exerciseService.DeleteTestAsync(id);
 }