public void SayHello_returns_greeting() { var result = SayHello.Run("John"); Assert.Equal("Hello John!", result); }