public void CompareTo_IfTheObjectParameterIsTheSameAsTheInstance_ShouldReturnZero()
 {
     ContentReference contentReference = new ContentReference();
     Assert.AreEqual(0, contentReference.CompareTo(contentReference));
 }