@Test
 public void isOrganizationSpecificRole_PLATFORM_OPERATOR() {
   assertTrue(UserRoleType.PLATFORM_OPERATOR.isOrganizationSpecificRole());
 }
 /** PLATFORM_OPERATOR is a manager role, granting access to the administration portal. */
 @Test
 public void isManagerRole_PLATFORM_OPERATOR() {
   assertTrue(UserRoleType.PLATFORM_OPERATOR.isManagerRole());
 }