/// <summary>
 /// Creates an instance of the attribute
 /// </summary>
 /// <param name="value">Registry location</param>
 public RegistryLocationAttribute(RegistrySaveLocation value)
 {
     Value = value;
 }
 /// <summary>
 /// Creates an instance of the attribute
 /// </summary>
 /// <param name="value">Registry location</param>
 public RegistryLocationAttribute(RegistrySaveLocation value)
 {
     Value = value;
 }