internal UserProject getById(UserProject userProject, string userIdentifier) { return(_projectRepo.GetById(userProject.ProjectId, userIdentifier)); }