using System.Collections.Generic; namespace Aurora.Cursor { public interface ICursorObject { string Id { get; set; } } }