namespace Toolkit.Foundation { public interface IFileProvider { IReadOnlyCollection Get(string path, FileProviderFilter filter); } }