public void Post([FromBody] String value, [FromServices] IDataHelper dataHelper)
 {
     dataHelper.AddData(value);
 }