public static void RegisterPerRequest(Type service, string key, Type implementation) { if (m_container != null) { m_container.RegisterPerRequest(service, key, implementation); } }