public void GetHashCode_Equal_Librarian_Test()
 {
     Assert.AreEqual(l1, l3);
     Assert.AreEqual(l1.GetHashCode(), l3.GetHashCode());
 }