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