public boolean hasOutboxCompleted() { return Boolean.parseBoolean(cookies.getValue(OUTBOX_COMPLETED)); }
public String lastPlayedMessageId() { return cookies.getValue(LAST_PLAYED_VOICE_MESSAGE_ID); }