Description of UnregisterSystemUnderTestCommand.
Inheritance: TmxCommand
 protected override void BeginProcessing()
 {
     var command = new UnregisterSystemUnderTestCommand(this);
     command.Execute();
 }