/// <summary> /// <see cref="ICheckout.CountAll"/> /// </summary> /// <returns>The total number of scanned products.</returns> public int CountAll() { return(checkout.CountAll()); }