* If a `setup` method of any salabim object (Component, Queue, Resource, ...) had any parameter that was also used in the `__init__` method, that parameter was already 'consumed' and caused an error that might be confusing.
From this version, salabim checks if this is the case and, if so, raises a much more clear `TypeError`.
* If a `process` method of a Component had any parameter that was also used in the `__init__` or `setup` method,
that parameter was already 'consumed' and caused an error that might be confusing.
From this version, salabim checks if this is the case and, if so, raises a much more clear `TypeError`.