public WidgetViewComponentInvoker(WidgetContextScope scope, IViewComponentInvoker innerInvoker)
 {
     _inner = innerInvoker;
     _scope = scope;
 }
 public WidgetViewComponentInvokerFactory(IViewComponentInvokerFactory defaultFactory)
 {
     _defaultFactory = defaultFactory;
     this._scope     = new WidgetContextScope();
 }