public IoCContainerBase(IIoCContext context) { Context = context; }
public UnityIoCContainer(IIoCContext context) : base(context) { }