public ComponentTestScope(TestScope testScope) : base(testScope) { }
public QueryableTestScope(TestScope testScope) { Inner = testScope; }