In most cases, after calling 'to' I'm checking that I am on right page. So you may want to insert verification of page in "to" method and come up with shortcut to changing page without verification.
For example:
1. to SomePage - change page and verify it
2. to SomePage, verify: false - change page without verification
What would the purpose of this be? Doesn't 'to' already verify the page? If not, I think it should.