namespace StateMachine.Model
{
public enum OrderState
New,
Processing,
Shipped,
Delivered,
Canceled
}