Hey everyone. I have a use case where I need to write files to a handful of locations, and 2-3 subfolders in each location. My plan was to extend EnsLib.File.PassthroughOperation and then pass  that operation the file and the subfolder details, and then have an operation per destination. Has anyone done anything similar and can highlight any pitfalls I may be about to make?