Client.prototype.expectKey = function(key) {
  this.expect(expect.keyCheck(key));
  return this;
};