public bool CheckIfIsLegalShoppingListAndReturnFalse(string skus)
 {
     return(CheckoutSolution.isValidSkus(skus));
 }