pub trait SimDefaultInitialize { // Required method fn default_initialize(&mut self) -> Result<(), Error>; }