void ICandidateDiariesCommand.DeleteDiaryEntry(Guid entryId) { _repository.DeleteDiaryEntry(entryId); }