public void Create([FromBody] string value) => _helloWorldService.CreateHello(value);