using System.Collections.Generic; namespace Mhf.Cli.Argument { public interface ISwitchConsumer { List Switches { get; } } }