pub trait IMetaclass { // Required method fn create(&self, domain: &Domain, name: &KanziStr) -> Result<Object, Error>; }