Create a FileConfig with auto-generated UID
factory FileConfig.generate(String fullPath, String type) { final uid = _generateUID(fullPath, type); return FileConfig(fullPath, type, uid); }