this.fetch = this.fetch || function(items, done) {
    process.nextTick(function(){
      done(false, []);
    });
  };