// ///////////////////////////////////////////
// Constructors
// ///////////////////////////////////////////
public IsisSystemFixturesHookAbstract(final DeploymentType deploymentType) {
this(deploymentType, new IsisLocaleInitializer(), new IsisTimeZoneInitializer());
}