pub trait ChannelVersion { // Required method fn channel_version(&self) -> Result<Version, CanError>; }