public SuomiFiIdentificationClient(SamlConfig config, AuthStateAccessor authStateAccessor, RsaShaCrypto crypto)
 {
     this.config            = config;
     this.authStateAccessor = authStateAccessor;
     this.crypto            = crypto;
 }
 public Saml2HttpRedirect(string relayState, RsaShaCrypto crypto)
 {
     RelayState  = relayState;
     this.crypto = crypto;
 }