public void WhenSourceIsNull_ThenThrowException() { Assert.Throws <ArgumentNullException>(() => UriExtensions.AppendPath(null, "path")); }