private bool TryToPickUp(IPickable itemToPickUp) { return(_pickedUpItem == null && itemToPickUp.IsAvailable()); }