public ActionResult Patch([FromBody] IDictionary <string, object> value) => ToResponseCode(_service.Patch(value));