/// <summary>
 /// Removes all objects from all of the application's data object registries
 /// and returns them to their default states.
 /// </summary>
 public static void Clear() =>
 DataObjectRegistries.Clear();