public IEnumerable <Livro> BuscarPorAutor(string autor)
 {
     return(_livroAppService.BuscarPorAutor(autor));
 }