/// <summary> /// Gets a specific store. /// </summary> /// <param name="storeId">Id of the store.</param> /// <returns>A store object.</returns> public static Store GetStore(long storeId) { return(TeaCommerceHelper.GetStore(storeId)); }