public void SeekForward() { IPlayerContext playerContext = CurrentPlayerContext; if (playerContext == null) { return; } playerContext.SeekForward(); }