namespace Nexus.Api.Services; public interface IOperationsService { Task GetSnapshotAsync(CancellationToken ct = default); }