public async Task <IEnumerable <Example> > GetAllExamples()
 {
     return(await exampleRepository.List());
 }