def __init__(self, host, user, pw):
        RequestManager.__init__(self, host, user, pw)

        self.activityProtocol = ActivityProtocol(host, user, pw)
        self.activityLayer = None
    def __init__(self, host, user, pw):
        RequestManager.__init__(self, host, user, pw)

        self.stakeholderProtocol = StakeholderProtocol(host, user, pw)