this.list = this.list || function(item, first, count, done) {
    process.nextTick(function() {
      done(false, []);
    });
  };