using System; using System.Drawing; namespace RxMouseService { public interface IMouseService { IObservable GetPoints(); } }