public void getTest()
 {
     StatusClient target = new StatusClient(); // TODO: Initialize to an appropriate value
       List<Posting> postingsToCheck = null; // TODO: Initialize to an appropriate value
       List<Posting> expected = null; // TODO: Initialize to an appropriate value
       List<Posting> actual;
       actual = target.get(postingsToCheck);
       Assert.AreEqual(expected, actual);
       Assert.Inconclusive("Verify the correctness of this test method.");
 }