/// <summary>
 /// Removes the data object registry for the specified type from the collection of registries.
 /// </summary>
 /// <typeparam name="T">The type of data object for which to unregister a registry.</typeparam>
 public static void Unregister <T>() where T : UltravioletDataObject =>
 DataObjectRegistries.Unregister <T>();