public virtual bool CanBeTaken(IGameEntity takingGameEntity) { return(_decoratedItem.CanBeTaken(takingGameEntity)); }