namespace Toolkit.Foundation; public interface IFilePicker { Task> Get(FilePickerFilter filter); }