private void ApplyCommand(BotCommand command)
 {
     _scene.ApplyCommand(command);
     _program.AddCommand(command);
 }