macro_rules! define_command_stack {
    ($command_trait:ident, $command_stack:ident, $context:ty) => { ... };
}