protected virtual HMAC CreateHmac(string secret) { if (Exchange == null) { return(null); } return(Exchange.CreateHmac(secret)); }