currentId property

int currentId
getter/setter pair

The ID of the message and the response are the same, that's how we can figure out which response corresponds to which sent message.

Implementation

int currentId = 1;