public void StartTests(string trackId, TestCoreMessages.StationType stationType)
        {
            //Do POST of this trackid
            if (isPostEnable)
            {
                MQS.Post();
            }

            TestCoreRunner tcr = new TestCoreRunner(this, trackId, stationType);

            tcr.RunTestsToStation();
        }