namespace drinkMe.Client.Models { public enum PurchaseStep { ChoosingProducts, PaymentSetup, SuccessfulPurchase } }