Checks if the the item exist by this id
id
bool idExist(String id) { return _inMemoryStore.containsKey(id); }