public void Can_verify_references() { _document.AddReference("AnotherProject"); _document.IsReferencing("AnotherProject").ShouldBeTrue(); }