Returns the elapsed time (in milliseconds) since creation or since the most recent transition to a strong reference.
int elapsedMs(int nowUnixTime) => nowUnixTime - _unixTimeMs;