public static remove: any = (args: any, resp: ICurrentFile): void => {
    const values = getValues(args, resp);
    removeHandler(values);
  }