using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Text; namespace zero.Core.Options { public interface IZeroCollectionOptions { } }