public Decorator(LibraryItem libraryItem) { this.libraryItem = libraryItem; }
public Borrowable(LibraryItem libraryItem) : base(libraryItem) { }