Books Returns random ISBN codes, either 10 or 13 character forms. API Books.java class Books { Books(FakeDataService fakeDataService) String isbn10() String isbn13() }