<?php
namespace App\Services\BookInformation;
interface BookLookupService {
public function lookup($isbn);
}