using System.Collections.Generic; namespace OpenNest.Collections { public class DrawingCollection : HashSet { } }