public IActionResult Post([FromBody] TCreateInput type) { var dto = Service.Create(type); return(Ok(dto)); }