namespace CLI.Monitor; public interface ITaskMonitor { TimeSpan Interval { get; init; } Task Run(); }