public IActionResult DeleteUserFromProject(string username, int id) { return(Ok(ProjectHandler.DeleteUserFromProject(username, id))); }