/// <summary>
 /// Get the apps rating page url in shopify app store.
 /// </summary>
 /// <param name="reader">The settings reader.</param>
 /// <param name="storeFriendlyAppName">Store friendly Name of the application. i.e. shopify app store friendly verison of "Exico Cross Sell" is "exico-cross-sell"
 /// <see cref="GetStoreFriendlyAppName(string appName, char[])"/>
 /// </param>
 /// <returns>
 /// The url as <c>HtmlString</c>
 /// </returns>
 public static string GetRateMyAppUrl(IDbSettingsReader reader, string storeFriendlyAppName)
 => $"{reader.GetShopifyAppStoreUrl()}/{storeFriendlyAppName}";