public DepthScopeImpl(ComponentRunContext runContext)
 {
     mRunContext = runContext;
     runContext.IncreaseDepth();
 }