public async Task <ActionResult <ProjectManagerItem> > GetUserProjects([FromServices] IProjectManagementService projectManagementService) { return(await ExecuteServiceAsync(() => projectManagementService.GetUserProjects(_userIdentifier))); }