public EciesCipher(ICryptoRandom cryptoRandom) { _cryptoRandom = cryptoRandom; _keyGenerator = new PrivateKeyGenerator(cryptoRandom); }