pub trait GetImsApplication {
// Required method
fn get_ims_application(&self, app_ref: &str) -> Option<ImsApplication<'_>>;
}
pub trait GetImsApplication {
// Required method
fn get_ims_application(&self, app_ref: &str) -> Option<ImsApplication<'_>>;
}