public bool UpdateCustomer(BookAuthorServ customer)
 {
     throw new NotImplementedException();
 }
 public Task <Guid> SaveCustomerAsync(BookAuthorServ customer)
 {
     throw new NotImplementedException();
 }