public void GetsStaticUri() { var actual = UriFromType.Get <Static>(); Assert.Equal("/static", actual.ToString()); }