namespace VirtualPrinter.ProgressInfo.Lib.Interfaces { public interface IProgressInfoServerFactory { IProgressInfoServer Create(); } }