@Override
 @Transactional
 public AuthorUpdatedEvent updateAuthor(UpdateAuthorEvent updateAuthorEvent) {
   return authorDAO.updateAuthor(updateAuthorEvent);
 }