private static string GetKey(PersistedGrant item)
 {
     return(GenerateKey(item.GetKey()));
 }