public void CanCreateContainer() { var container = new Munq.DI.Container(); Assert.IsNotNull(container); }