export function factory (options) {
  options = Object.assign({}, options, { recurly: this });
  return new Venmo(options);
}