namespace Toolkit.Foundation; public interface IImageDescriptor { object Image { get; } int Width { get; } int Height { get; } }