return function(options, callback) {
      if (!options) {
        throw new Error('options cannot be undefined');
      }
      return fdb.future.create((function(_this) {