How would you return more than one value from a method?
The only way is to use an out variable.
The only way is to use a tuple.
Use either a tuple or an out variable.
This cannot be done