internal HealthCheckOptions DeepClone() { return(new HealthCheckOptions { Passive = Passive?.DeepClone(), Active = Active?.DeepClone() }); }