public ActionResult <IEnumerable <Customer> > Get() =>
 Ok(_provider.GetCustomers());