this.configuredEvent.fire(new GrapheneConfigured(c));
}
// configuration has to be dropped after the drone factory destroy the webdriver
public void unconfigureGraphene(@Observes(precedence=-100) AfterClass event) {
unconfiguredEvent.fire(new GrapheneUnconfigured(this.configuration.get()));
}