/**
  * @Given I want to create a new payment method
  */
 public function iWantToCreateANewPaymentMethod()
 {
     $this->createPage->open();
 }