Create the Connection object which will expose the management functionalities ```typescript const connection = await environment.createConnection() await connection.close() ```