function __construct()
 {
     $this->request()->token = LocawebGatewayConfig::getToken();
     $this->request()->url = $this->UrlForEnv(LocawebGatewayConfig::getEnvironment());
 }