public HideIncompatibleProjectsSwitch(ProjectLocationsTable table, Version currentVersion) {
this(table, currentVersion, new EmptyKeyValue<String, Boolean>());
}
public HideIncompatibleProjectsSwitch(ProjectLocationsTable table, Version currentVersion, Class<?> prefClass) {
this(table, currentVersion, new BooleanKeyValue(prefClass));
}