Register( AllTypes.Of<IController>() .FromAssembly(typeof(DependencyInjectionContainer).Assembly) .Configure(c => c.LifeStyle.Transient) );