using System; public enum PurchaseStates { NotStarted, Started, Success, Fail }