public Instance(Resolver resolver, ContextCollection <string> context, int id) { this.Id = id; this.Resolver = resolver; this.Context = context; }
public Resolver(ContextCollection <int> ic, IResolutionRoot root) { this.instanceContext = ic; this.root = root; }