public void SpaceReplacement() { var post = new PostViewModel { Title = "What is going on?" }; Assert.Equal("what-is-going-on", post.GetSlug()); }