public SqlSetSamples(DbConnection conn, TextWriter log) { this.productSet = conn.Set<Product>(new SqlBuilder("SELECT * FROM Products"), log); }