namespace API.Archive { /// /// Represents which library should handle opening this library /// public enum ArchiveLibrary { NotSupported = 0, SharpCompress = 1, Default = 2 } }