private void ApplySettings(BootstrapSettings bootstrapSettings)
 {
     // Clone settings to avoid side effect in case the reference is changed afterwards
     BootstrapSettings = bootstrapSettings.Clone();
 }