using System; namespace CIG { public enum AdState { None, Requesting, Available, Showing } }