Bootloader is now abstract, and called BootstrapperBase. The default
implmentations of the IoC functions have been removed - we include an IoC
container, no point in providing a Bootstrapper implementation which
doesn't use it.
IoCBootstrapper has been renamed Bootstrapper, to make it more obvious
that it's the primary bootstrapper.