public List <Author> AllAuthorsWithBooks([Service] AuthorHandler authorHandler) => authorHandler.GetAllAuthorsWithBooks();
public List <Author> AllAuthorsOnly([Service] AuthorHandler authorHandler) => authorHandler.GetAllAuthors();