using SmartCoalApplication.Base; namespace SmartCoalApplication.SystemLayer { public interface IFileTransferProgressEvents : IProgressEvents<string> { } }