public void TestMethod1() { var c = new MyClass(); var res = c.GetData(); res.Should().Be("Hello!!!"); }