public void Post([FromBody] FormData data) { var entity = data.ConvertToEntity(); _service.Create(entity); }