private bool IsProccesedMessage(int updateId, long externalId) { var update = _updateRepository.Get(updateId, externalId); return(update != null); }