private static void Configure(this SqlBulkCopy bulk, string tableName) { bulk.MapEntity(tableName); bulk.ConfigureOptions(); bulk.ConfigureLog(); }