module Api
    class Book
      attr_reader :client

      def initialize(client:)