public void AddChildContext(IGraphSyncContext graphSyncContext)
        {
            _logger.LogDebug("Adding child to {Context}: {ChildContext}.", ToString(), graphSyncContext.ToString());

            _childContexts.Add(graphSyncContext);
        }