namespace SabreTools.Wrappers { /// /// Represents a wrapper around a top-level model /// public interface IWrapper { /// /// Get a human-readable description of the wrapper /// public string Description(); } }