public void startTest()
        {
            GenericHandler handler = new GenericHandler("D15D6347-E3D6-4BB4-7B5632F470EBC751", "21B00A88-E976-66F2-88EA7F78281AFAE2", "10.0.2.124", "16448");
            Dictionary <string, string> parameters = new Dictionary <string, string>();

            parameters.Add("Sure", "Why Not");
            Task <Dictionary <string, string> > go  = handler.start(parameters);
            Dictionary <string, string>         res = go.Result;

            Assert.Fail();
        }