public async Task DeleteAllExamples()
 {
     await exampleRepository.DeleteAllExamples();
 }