public void Post([FromBody] Discount value) { _discount.Insert(value, RequestContext.Principal.Identity.Name); }