pub trait GetMessageChannel { // Required method fn message_channel(&self) -> Ref<'_, MessageChannel>; }