public async Task Post([FromBody] string value) { _logger.LogMessage("Controller POST called."); await _dataProcessor.SaveNewPersonAsync(value); }