No-Op
A no-op parameterization (does nothing).
This parameterization wraps the model, but otherwise leaves it unmodified.
The only use case for this is if you need your model consistently
wrapped into a ParameterizedModel but don’t want to
change their behavior.
If you don’t need a parameterization or the wrapping, just skip applying a parameterization and use the inner model directly.