public static void IdHilo <TEntity>(this IClassMapper <TEntity> map) where TEntity : BaseHiLoModel <TEntity> { map.IdHilo(100); }