pub trait SelfValidator { // Required method fn validate(&self) -> Result<(), ModelValidatorError>; }