using Remotely.Shared.Models; namespace Remotely.Desktop.Shared.Abstractions; public interface ICursorIconWatcher { [Obsolete("This should be replaced with a message published by IMessenger.")] event EventHandler OnChange; CursorInfo GetCurrentCursor(); }