void ICandidateDiariesCommand.UpdateDiaryEntry(DiaryEntry entry) { entry.Validate(); _repository.UpdateDiaryEntry(entry); }