public Task <IActionResult> GetEGMSPermissionsForRole(int associateId) => RequestHandler.HandleQuery(() => _queryRepo.GetEGMSPermissionsForRole(associateId), _log);