public static IBoundedContextModel WithAggregateRoot <TAggregateRoot>(this IBoundedContextModel contextMap)
        {
            AutoConfigure.MapAggregate(contextMap, typeof(TAggregateRoot));

            return(contextMap);
        }