public JToken FetchAll() { SqlSet set = new SqlSet(sql, db.Connection); return(JToken.FromObject(set.ToList())); }