pub trait IPlugin { // Required method fn register_metadata_override(&self, domain: &Domain) -> Result<(), Error>; }