/**
  * @given /^I whitelist the domain "([^"]*)"$/
  */
 public function iWhitelistTheDomain($domain)
 {
     FeatureHelp::AddToWhiteList($domain);
 }