pub trait ModelValidation { // Required method fn validate(&self, params: &GenerationParam) -> Result<()>; }