def get_new_connection(self, conn_params): # only simulated a connection interface without connecting really return Database.connect(**conn_params)