public string GetLoginProviderKey()
 {
     return(PartitionKey.Substring(PartitionKey.IndexOf('_')).Base64Decode());
 }
 public bool UseRowKey()
 {
     return(PartitionKey.Substring(2, 2) == "05" ||
            PartitionKey.Substring(2, 2) == "06");
 }