public override void BorrowOne() { if (_borrowable != null) { _borrowable.BorrowOne(); } Borrow.BorrowOne(); }