/// <summary> /// Gets the application secret key provided by shopify. /// </summary> /// <returns>secret key as <c>string</c></returns> public string GetSecretKey() { return(_Settings.GetShopifySecretKey()); }