type DynFileSystem = Arc<dyn FileSystem + Send + Sync>;
struct DynFileSystem { /* private fields */ }