pub trait Runnable { // Required method fn run(&self, format: Format, dry_run: bool) -> Result<()>; }