namespace LanMountainDesktop.Services.Plonds; internal interface IPlondsService { Task FindLatestAsync(Version currentVersion, CancellationToken cancellationToken); Task FindAndPrepareLatestAsync(CancellationToken cancellationToken); Task FindAndPrepareLatestAsync(Version currentVersion, CancellationToken cancellationToken); }