pub trait CloneProvider { // Required method fn clone_provider(&self) -> Box<dyn CapabilityProvider>; }