public async Task <ActionResult <bool> > RemoveAuthor(int id)
 {
     return(await _authorProvider.Remove(id));
 }