public List <PurchasedHistory> GetPurchasedHistory(string userId) { return(_receiptRepository.GetPurchasedHistory(userId)); }