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