public void TestHealth() { var target = new Health(); Assert.AreEqual("REST SERVICE IS UP AND RUNNING",target.HealthStatus()); }