public void Put(int id, [FromBody] Discount value) { _discount.Update(value, RequestContext.Principal.Identity.Name); }