pub type DynLocalFileService = Arc<dyn LocalFileServiceTrait + Send + Sync>;
struct DynLocalFileService { /* private fields */ }