static Future<bool> onDrag(IDragDrop draggable) async { return await EventHandler(draggable as Model) .execute(draggable.onDragObservable); }