public void StartGame() { StartClick?.Invoke(this, EventArgs.Empty); }
private void OnStartBtnClick() { StartClick?.Invoke(); }