pub trait FileSystemClean { // Required method fn remove_file(&self, file: &FileInfo) -> Result<()>; }