public static ISchemaBuilder DropReduceIndexTable <T>(this ISchemaBuilder builder, string collection = null)
 {
     return(builder.DropReduceIndexTable(typeof(T), collection));
 }