public void run(@Observes PluginContainerPrepared event) {
for(PluginContainerOperation op : serviceLoader.get().all(PluginContainerOperation.class)) {
op.execute(pluginContainer.get(), event);
}
pluginContainerOperationsExecuted.fire(new PluginContainerOperationsExecuted(event.getTestInstance(), event.getTestMethod()));
}