public IActionResult GetProjectInfo(int id) { return(Ok("{" + ProjectHandler.GetProjectInfo(id) + "}")); }