public ShopifyException(HttpStatusCode httpStatusCode, ShopifyError shopifyError, string message) : base(message) { HttpStatusCode = httpStatusCode; ShopifyError = shopifyError; }