public Result UnregisterExternalKey(ref RightsId rightsId) { ExternalKeys.Remove(rightsId); return(Result.Success); }