pub type CommandHandler = Box<dyn Fn(&AppState, &HashMap<String, ArgValue>) -> Vec<Operation>>;
pub struct CommandHandler(/* private fields */);