protected override void BeginProcessing()
 {
     var command = new TmxGetTestResultStatusCommand(this);
     command.Execute();
 }
        protected override void BeginProcessing()
        {
            var command = new TmxGetTestResultStatusCommand(this);

            command.Execute();
        }