ContactAPIClientMock.addressbookHome = function(id) {
      expect(id).to.equal(BOOK_ID);

      return {
        addressbook: function(name) {