using System.Collections.Generic; using SRDebugger.Internal; namespace SRDebugger.Services { public interface IOptionsService { ICollection Options { get; } void Scan(object obj); } }