public ActionResult Post([FromBody] Greeting value) { _greetingService.Save(value); return(Ok(value)); }