public void Return_False_When_Blog_Is_Null()
 {
     Target.IsInternalLink(new Link("https://daedtech.com")).ShouldBeFalse();
 }