namespace Toolkit.Foundation; public interface IFileProvider { Task> SelectFiles(FileFilter filter); }