public void GivenIAmOn(string destinationUrl)
 {
     page.GoTo(destinationUrl);
 }