public async Task Executar(Guid id)
 {
     await _editoraRepository.ExcluirEditora(id);
 }