using xExceptions.Attributes; namespace xWebinarService.Constants { /// /// Webinar Type ... /// public enum XWebinarType { [StringValue("Public")] Public = 0, [StringValue("Private")] Private = 1 } }