public override void Execute( Command command, Thread thread, Scope scope )
 {
     thread.BeginGroup();
     thread.EnterBlock( command.InnerBlock );
 }