public Task <Customer> ReadCustomer(NextcomId id)
 {
     throw new NotImplementedException();
 }
 public Task <Product> ReadProduct(NextcomId id)
 {
     throw new NotImplementedException();
 }