I have a lazy loaded assembly that contains services that I need to register with the built in Dependency Injection implementation. How do I register these services so I can inject them as dependencies through the normal injection mechanism, into components that the lazy loaded assembly contains.