public IActionResult Get() { var result = _projectsService.GetAllProjectDtos(x => true); return(Ok(result)); }