protected Convention createConvention() {
return new DefaultConvention();
}
protected Factory<RepositoryHandler> createRepositoryHandlerFactory(Factory<? extends RepositoryHandler> factory) {
return new SharedConventionRepositoryHandlerFactory(factory, get(Convention.class));
}