public async Task DeleteSurveyAsync(Guid surveyId)
 {
     await _surveyRepository.DeleteSurveyAsync(surveyId);
 }