public GlimpseDbConnection(DbConnection connection)
     : this(connection, connection.TryGetProfiledProviderFactory())
 {
 }