* Added a private _port property to manage the server port. * Updated constructor to accept a BunServer instance. * Implemented listen method to start the Bun server with specified configurations. * Introduced stop method to gracefully stop the Bun server.