using StellaOps.Graph.Api.Contracts; namespace StellaOps.Graph.Api.Services; public interface IOverlayService { Task>> GetOverlaysAsync( string tenant, IEnumerable nodeIds, bool sampleExplain, CancellationToken ct = default); }