namespace SmartCoalApplication { public interface ISnapManagerHost { SnapManager SnapManager { get; } } }