/// <summary>
 /// Dispose the settings persister helper
 /// </summary>
 public void Dispose()
 {
     settingsPersister.Dispose();
 }