namespace PaintDotNet { public interface ICancelable { void RequestCancel(); } }