public void GeneratePartitionKeyIndexByEmail()
 {
     //Only keeping this method around for any backwards compat issues.
     string strEmail = Guid.NewGuid().ToString() + "@.hotmail.com";
     string key      = KeyHelper.GeneratePartitionKeyIndexByEmail(strEmail);
 }