private byte[] ConvertInputToByteArray() { return(InputFormat.ToLower() == "hex" ? PrivateKey.DecodeHex() : Convert.FromBase64String(PrivateKey)); }