namespace Duplicati.Library.IO; public interface ILiveControls { bool IsPaused { get; } }