namespace ErsatzTV.Core.Health; public interface IHealthCheckService { Task> PerformHealthChecks(CancellationToken cancellationToken); }