namespace AutoScan.Interfaces; public interface ISnapshoter { Task TakeSnapshot(); }