pub trait GetRcsApplication { // Required method fn get_rcs_application(&self) -> Option<RcsApplication<'_>>; }