namespace Toolkit.Foundation; public interface IImageReader { Task Get(Stream stream, int width, int height, bool maintainAspectRatio = false); }