public object GetComponent(string componentName) { contextLifecycle.InitializedRequired(); return(container.GetComponent(componentName)); }