pub trait CommandService { // Required method fn execute_command(&self, command: Command) -> Result<Vec<String>>; }