IInitializable API Document
Lifecycle interface. If implemented by a component, the method Initialized will be invoked by the container before making the component available to the external world.
Methods
Initialize()
Implementors should perform any initialization logic.