public Task ClearAsync(ISystemService systems, CancellationToken cancellationToken = default) { Actors.Clear(); return(systems.CleanupAsync(cancellationToken)); }