public string CreateSaltedHash(string value)
 {
     return(HashString.CreateHash(value));
 }