public AuthorDto CreateNewAuthor(AuthorInputModel author)
 {
     return(_authorRepository.CreateNewAuthor(author));
 }