void GetSHA512HashFromPassword(string password)
 {
     sha512HashedPassword = CryptoExpress.Sha512Hash(password);
 }