public async Task Executar(Guid id)
 {
     await _autorRepository.ExcluirAutor(id);
 }