using System.Threading.Tasks; namespace Splitter_UI.Services; public interface IFileProbeService { Task ProbeAsync(SingleJob job); }