namespace MaksIT.CertsUI.Engine.RuntimeCoordination; /// /// True when this process is the elected primary replica (Postgres lease) and may run ACME orchestration and background renewal. /// public interface IPrimaryReplicaWorkload { bool IsPrimary { get; } }