Ricerca un libro tramite ISBN. Restituisce il libro se trovato, altrimenti null.
Libro? cercaLibroPerIsbn(String isbn) { return _libri[isbn]; }