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