/// <summary>
 /// Install the object into the database
 /// </summary>
 /// <param name="connection">The database connection to use</param>
 internal void Install(RecordingDbConnection connection, IEnumerable <SchemaObject> objects)
 {
     _implementation.Install(connection, objects);
 }