public GarageProcedureDirector(SqlConnection connection, GarageProcedureBuilder builder) { _connection = connection; _builder = builder; }