public static void RegisterInstance <T>(this CompositionContainer container, T instance) { container.RegisterInstance(null, instance); }