public void CanSayGoodbye() { Foo foo = new Foo(); var result = foo.SayGoodbye("Ragesh"); Assert.AreEqual("Goodbye, Ragesh", result); }