pub type ModelExtensionList = RwLock<Vec<Box<dyn ModelExtension + Send + Sync>>>;
pub struct ModelExtensionList { /* private fields */ }