function MyAccountBilling(Step\Acceptance\LoginSteps $I, \Page\MyAccount $MyAccountPage)
 {
     $I->stepsLoginIn();
     $MyAccountPage->accountBilling();
     $I->see('PayPal gateway has rejected request.', 'li.error-msg');
     $I->comment('Expected result: PayPal gateway has rejected request. ');
 }