public void systemTest()
 {
     StatusClient target = new StatusClient(); // TODO: Initialize to an appropriate value
       Message expected = null; // TODO: Initialize to an appropriate value
       Message actual;
       actual = target.system();
       Assert.AreEqual(expected, actual);
       Assert.Inconclusive("Verify the correctness of this test method.");
 }