protected override async System.Threading.Tasks.Task <bool> OnRequestProductsInformation(System.Collections.Generic.List <string> productIds)
 {
     mPurchaseManager.RequestProductsInformation(productIds);
     return(false);
 }