public async Task <Greeting> Add([FromBody] Greeting greeting) { return(await _greetingService.Add(greeting)); }