namespace PaintDotNet { public interface ISnapObstacleHost { SnapObstacle SnapObstacle { get; } } }