public async Task DeleteSpeechAsync(int id)
 {
     await _speechService.DeleteAsync(id);
 }