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