pub trait OrgBluezProfileManager1 {
// Required methods
fn register_profile(
&self,
profile: Path<'_>,
uuid: &str,
options: PropMap,
) -> MethodReply<()>;
fn unregister_profile(&self, profile: Path<'_>) -> MethodReply<()>;
}