namespace MxGateway.Server.Dashboard; public interface IDashboardSnapshotService { DashboardSnapshot GetSnapshot(); IAsyncEnumerable WatchSnapshotsAsync(CancellationToken cancellationToken); }