public string getCacheKey(string distributorID, string locale)
 {
     return(PaymentInfoProvider.getCacheKey(distributorID, locale));
 }