public static void Register(this IRegistry registry) { if (OutputWriter != null) { OutputWriter(registry.Name); } registry.Apply(); }