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