public string GetLoginProviderKey()
 {
     return(PartitionKey.Substring(PartitionKey.IndexOf('_')).Base64Decode());
 }