using System; namespace RevolutionaryStuff.P2P.Basics { public interface IWebDownloader { IDownloadablePackage DownloadUrl(Uri uri); } }