execute(options, callback) {
    if (typeof options === 'function') {
      callback = options;
      options = {};
    }