namespace Toolkit.Foundation; public interface IFolderPicker { Task> Get(FolderPickerPicker filter); }