The ConnectionManager class provides methods for setting up and managing the connection parameters
required to connect to the Oydabase server. It ensures only one instance of ConnectionManager is created
and provides a static method to access that instance. It also includes methods for sending requests to the server
and handling the responses.