using Avalonia.Controls; namespace MayShow.Interfaces { interface ITopLevelGrabber { TopLevel GetTopLevel(); } }