The new Convert To Tuple refactoring can be applied to 2 or more parameters of a method.
As it’s name suggests, it replaces the parameters in question with a suitable Tuple. It further ensures that calls to the method as well, as internal references to the parameters, are updated appropriately.