if (message !== undefined) {
        if (typeof message !== "object" || message === null) {
            throw new ExtError("ERR_REQUEST_MESSAGE_INCORRECT_TYPE", "Message must be object type");
        }
        Object.entries(message).forEach(([key, value]) => {