namespace Toolkit.Foundation; public interface IImageProvider { Task Get(string filePath, int width, int height, bool maintainAspectRatio = false); }