ServiceProfile<FlowLoggerProvider> profile(Map<String, String> conf, Map<String, String> vars) {
ServiceProfile<FlowLoggerProvider> profile = new ServiceProfile<FlowLoggerProvider>(
"testing",
FlowLoggerProvider.class,
conf,
new ProfileContext(getClass().getClassLoader(), new VariableResolver(vars)));
return profile;
}