public IEnumerable <Author> Get()
 {
     Console.WriteLine("HTTP Get");
     return(_authorsRepository.GetAll());
 }