public async Task <Autor> AutorEspecifico(Guid Id) { return(await _repositorioAutores.Detalhes(Id)); }