public Pharmacy Post([FromBody] Pharmacy pharmacy)
 {
     return(_finderService.UpdatePharmacy(pharmacy));
 }