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