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