extension FileResource { static var mock: FileResource { .init(uniqueId: "my-file.txt", description: "Some text file") } }