public Borrowable(LibraryItemBase item)
     : base(item)
 {
 }
 public DecoratorBase(LibraryItemBase item)
 {
     LibraryItem = item;
 }