using MCVIngenieros.Healthchecks.Options; namespace MCVIngenieros.Healthchecks.Abstracts; public interface IHealthCheckWithOptions : IHealthCheck { HealthChecksConfigs Options { get; } }