/// <summary> /// Gets a country from a specfic store. /// </summary> /// <param name="storeId">Id of the store.</param> /// <param name="countryId">The country id.</param> /// <returns>A country object.</returns> public static Country GetCountry(long storeId, long countryId) { return(TeaCommerceHelper.GetCountry(storeId, countryId)); }