constructor(filePath: string, content: string) {
    super()
    this.content = content
    this.filePath = filePath
  }