/**
  * @Then /^I should be able to login as "(.*)"$/
  *
  * @param string $username
  */
 public function checkAbilityToLogin(string $username)
 {
     $this->apiContext->authenticate($username, '123456');
 }