Remove multiple properties from the user
CFResult<void> removeProperties(List<String> keys) => _userManagementComponent.removeProperties(keys);