public RequestAuth(Hmac hmac)
 {
     Hmac = hmac;
     Validate();
 }
 public CASTCredential(Hmac hmac, HmacContent content)
 {
     this.Hmac = new HmacCredential(hmac, content);
 }