public string[] Process(IGameMaster gameMaster) { gameMaster.HandleConfirmGameRegistration(this); return(new string[] { }); }