public static string GetServerPublicEphemeral(this AuthResponse r) => r.GetParameter(ServerPublicEphemeralKey);
public static string GetServerSessionProof(this AuthResponse r) => r.GetParameter(ServerSessionProofKey);
public static string GetSalt(this AuthResponse r) => r.GetParameter(SaltKey);