public IActionResult GetNewTechnology() { var model = _postAppService.GetNewTechnology(); return(Ok(model)); }