asIsbn13: function(hyphen) {
      return this.isValid() ?
        hyphen ? this.codes.isbn13h : this.codes.isbn13 :
        null;
    },