public static void SetSupportedPaymentMethod(this StoreData storeData, ISupportedPaymentMethod supportedPaymentMethod)
 {
     storeData.SetSupportedPaymentMethod(null, supportedPaymentMethod);
 }