pub trait Installable { // Required method fn install(&self, ctx: &Context) -> Result<(), Box<dyn Error>>; }