namespace ErsatzTV.Core.Health; public interface IHealthCheck { string Title { get; } Task Check(CancellationToken cancellationToken); }