private static void AddCollections <TEntity>(this ICollection <ITermMappingProvider> mappingProviders, DefaultExplicitMappingsBuilder <TEntity> builder) where TEntity : IEntity { mappingProviders.AddCollections(typeof(TEntity), builder); }