pub trait SetCommonVersion { // Required method fn set_common_version(&mut self, greatest_common_version: i32); }