public void CanSayHello()
        {
            var greeting = _service.GetGreeting();

            Assert.AreEqual("Hello", greeting);
        }