using xExceptions.Attributes; namespace xStringService.Constants { public enum XStringHubAction { [StringValue("ItemsDeleted")] ItemsDeleted } }