private void Touch(IScreenTouch screenTouch) { TouchScreen.Touch(screenTouch); }
public void Touch() { TouchScreen?.Touch(); }