using System; namespace CIGEnums { public enum CloudStorageState { Unknown, Activated, Deactivated } }