/// <summary>
 /// Implementation of the Dispose
 /// </summary>
 public void Dispose()
 {
     RegistryKeyInstance.Dispose();
 }
 /// <summary>
 /// Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
 /// </summary>
 /// <param name="disposing">Indicates whether or not unmanaged resources should be disposed.</param>
 protected virtual void Dispose(bool disposing)
 {
     RegistryKeyInstance.Dispose();
 }