public void Post(CreateEntityDto dto)
 {
     _service.AddEntity(dto);
 }