public async Task <ActionResult <IEnumerable <SuperheroListDTO> > > Get()
 {
     return((await _repository.ReadAsync()).ToList());
 }