public virtual void Sign(EthECKey key)
 {
     SimpleRlpSigner.Sign(key);
 }
 public override void Sign(EthECKey key)
 {
     SimpleRlpSigner.Sign(key, GetChainIdAsBigInteger());
 }