constructor(from: string, to: string) {
    super()
    this.filePathFrom = from
    this.filePathTo = to
  }