public void configureGraphene(@Observes BeforeClass event, ArquillianDescriptor descriptor) {
GrapheneConfiguration c = new GrapheneConfiguration();
this.configuration.set(c);
map(descriptor, c, "graphene");
mapFromSystemProperties(c, "graphene");
this.configuredEvent.fire(new GrapheneConfigured());
GrapheneConfigurationContext.set(c);
}