try {
    const result = instance[methodName](...args);
    if (meta[methodName].returnInstance) {
      return instance;
    }