namespace ThirdParty.DownloadSystem { public interface ICheckUpdate { void CheckUpdate(); } }